From 9dbff56c93021a0649faf33c53ef30b9cb3d2dea Mon Sep 17 00:00:00 2001 From: GuoQing Liu <842607283@qq.com> Date: Tue, 10 Mar 2026 22:35:30 +0800 Subject: [PATCH] chore: update pip install URL for axengine package --- docker/main/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/main/Dockerfile b/docker/main/Dockerfile index 824efa596..b7357b2f9 100644 --- a/docker/main/Dockerfile +++ b/docker/main/Dockerfile @@ -271,7 +271,7 @@ RUN --mount=type=bind,from=wheels,source=/wheels,target=/deps/wheels \ # AXEngine Support # #### -RUN pip3 install https://github.com/ivanshi1108/pyaxengine/releases/download/0.1.3-frigate/axengine-0.1.3-py3-none-any.whl +RUN pip3 install https://github.com/AXERA-TECH/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"