chore: update pip install URL for axengine package

This commit is contained in:
GuoQing Liu 2026-03-10 22:35:30 +08:00 committed by GitHub
parent c7b5193ddd
commit 9dbff56c93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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