mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 17:55:21 +03:00
Add symlink to libnvrtc
This commit is contained in:
parent
0baae653dd
commit
9c641eca41
@ -270,6 +270,7 @@ COPY --from=rootfs / /
|
|||||||
FROM frigate AS frigate-tensorrt
|
FROM frigate AS frigate-tensorrt
|
||||||
RUN --mount=type=bind,from=trt-wheels,source=/trt-wheels,target=/deps/trt-wheels \
|
RUN --mount=type=bind,from=trt-wheels,source=/trt-wheels,target=/deps/trt-wheels \
|
||||||
pip3 install -U /deps/trt-wheels/*.whl && \
|
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
|
ldconfig
|
||||||
|
|
||||||
# Dev Container w/ TRT
|
# Dev Container w/ TRT
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user