diff --git a/Dockerfile b/Dockerfile index cfc1e7257..18f528cc6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -270,6 +270,7 @@ COPY --from=rootfs / / FROM frigate AS frigate-tensorrt RUN --mount=type=bind,from=trt-wheels,source=/trt-wheels,target=/deps/trt-wheels \ pip3 install -U /deps/trt-wheels/*.whl && \ + ln -s libnvrtc.so.11.2 /usr/local/lib/python3.9/dist-packages/nvidia/cuda_nvrtc/lib/libnvrtc.so && \ ldconfig # Dev Container w/ TRT