Update docker/main/Dockerfile

Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
This commit is contained in:
GuoQing Liu 2026-03-10 22:39:18 +08:00 committed by GitHub
parent 9dbff56c93
commit e562381e41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"