From e562381e4123c27ecc67f06d572cbf4a2a6b588b Mon Sep 17 00:00:00 2001 From: GuoQing Liu <842607283@qq.com> Date: Tue, 10 Mar 2026 22:39:18 +0800 Subject: [PATCH] Update docker/main/Dockerfile Co-authored-by: Nicolas Mowen --- docker/main/Dockerfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docker/main/Dockerfile b/docker/main/Dockerfile index b7357b2f9..83c8416ff 100644 --- a/docker/main/Dockerfile +++ b/docker/main/Dockerfile @@ -266,11 +266,7 @@ RUN wget -q https://bootstrap.pypa.io/get-pip.py -O get-pip.py \ RUN --mount=type=bind,from=wheels,source=/wheels,target=/deps/wheels \ pip3 install -U /deps/wheels/*.whl -#### -# -# AXEngine Support -# -#### +# Install Axera Engine 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"