Record the image variant in each Dockerfile

This commit is contained in:
Josh Hawkins
2026-09-22 08:25:58 -05:00
parent 635aee552e
commit f185e64379
7 changed files with 7 additions and 0 deletions
+1
View File
@@ -25,6 +25,7 @@ RUN --mount=type=bind,from=trt-wheels,source=/trt-wheels,target=/deps/trt-wheels
&& pip3 install -U /deps/trt-wheels/*.whl
COPY --from=rootfs / /
ENV FRIGATE_IMAGE_VARIANT=tensorrt
COPY docker/tensorrt/detector/rootfs/etc/ld.so.conf.d /etc/ld.so.conf.d
RUN ldconfig