From 9c641eca4169da05ae855e4de2e12b451502461f Mon Sep 17 00:00:00 2001 From: Nate Meyer Date: Sat, 14 Jan 2023 11:37:24 -0500 Subject: [PATCH] Add symlink to libnvrtc --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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