mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-07-26 13:47:03 +02:00
Set hailo build library path (#15167)
This commit is contained in:
parent
ff92b13f35
commit
33957e5360
@ -36,5 +36,8 @@ RUN pip3 install -U /deps/hailo-wheels/*.whl
|
||||
# Copy base files from the rootfs stage
|
||||
COPY --from=rootfs / /
|
||||
|
||||
# Set Library path for hailo driver
|
||||
ENV LD_LIBRARY_PATH=/rootfs/usr/local/lib/
|
||||
|
||||
# Set workdir
|
||||
WORKDIR /opt/frigate/
|
||||
|
Loading…
Reference in New Issue
Block a user