Set hailo build library path (#15167)

This commit is contained in:
Nicolas Mowen
2024-11-24 19:07:41 -07:00
committed by GitHub
parent ff92b13f35
commit 33957e5360

View File

@@ -36,5 +36,8 @@ RUN pip3 install -U /deps/hailo-wheels/*.whl
# Copy base files from the rootfs stage # Copy base files from the rootfs stage
COPY --from=rootfs / / COPY --from=rootfs / /
# Set Library path for hailo driver
ENV LD_LIBRARY_PATH=/rootfs/usr/local/lib/
# Set workdir # Set workdir
WORKDIR /opt/frigate/ WORKDIR /opt/frigate/