mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-12-19 19:06:16 +01: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 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/
|
||||||
|
Loading…
Reference in New Issue
Block a user