From a81b888d6de63bf61aaaf4be6f461db54109f314 Mon Sep 17 00:00:00 2001 From: shizhicheng Date: Sun, 8 Mar 2026 22:03:04 +0800 Subject: [PATCH] Replace pyaxengine wheel and optimize shared library lookup/loading --- docker/main/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docker/main/Dockerfile b/docker/main/Dockerfile index 5c9465d10..01aa5696d 100644 --- a/docker/main/Dockerfile +++ b/docker/main/Dockerfile @@ -271,9 +271,7 @@ RUN --mount=type=bind,from=wheels,source=/wheels,target=/deps/wheels \ # AXEngine Support # #### -RUN pip3 install https://github.com/AXERA-TECH/pyaxengine/releases/download/0.1.3.rc1/axengine-0.1.3-py3-none-any.whl - -RUN echo "/usr/lib/axcl" > /etc/ld.so.conf.d/ax.conf +RUN pip3 install https://github.com/ivanshi1108/pyaxengine/releases/download/0.1.3-frigate/axengine-0.1.3-py3-none-any.whl ENV PATH="${PATH}:/usr/bin/axcl" ENV LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/usr/lib/axcl"