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"