From d3a110a186a68cb380df92acd94bd997c6cf3ce7 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Sun, 24 Nov 2024 16:36:28 -0700 Subject: [PATCH] Set hailo build library path --- docker/hailo8l/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker/hailo8l/Dockerfile b/docker/hailo8l/Dockerfile index 959e7692ed..68ab090011 100644 --- a/docker/hailo8l/Dockerfile +++ b/docker/hailo8l/Dockerfile @@ -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/