diff --git a/docker/main/Dockerfile b/docker/main/Dockerfile index 968b17b05..7d5d37932 100644 --- a/docker/main/Dockerfile +++ b/docker/main/Dockerfile @@ -153,11 +153,13 @@ RUN apt-get -qq update && apt-get -qq install -y \ COPY docker/main/requirements.txt /requirements.txt RUN PIP_IGNORE_INSTALLED=0 pip3 install -r /requirements.txt -RUN PIP_IGNORE_INSTALLED=0 pip3 install --no-deps filterpy norfair==2.1.1 +RUN PIP_IGNORE_INSTALLED=0 pip3 install --no-deps rich filterpy==1.4.5 norfair==2.1.1 -RUN PIP_IGNORE_INSTALLED=0 pip3 install --no-deps onvif +RUN PIP_IGNORE_INSTALLED=0 pip3 install --no-deps norfair==2.2.0 -RUN PIP_IGNORE_INSTALLED=0 pip3 install --no-deps zeep==3.0.0 onvif_zeep +RUN PIP_IGNORE_INSTALLED=0 pip3 install onvif_zeep + +#RUN PIP_IGNORE_INSTALLED=0 pip3 install --no-deps zeep==3.0.0 onvif_zeep COPY docker/main/requirements-wheels.txt /requirements-wheels.txt RUN PIP_IGNORE_INSTALLED=0 pip3 wheel --wheel-dir=/wheels -r /requirements-wheels.txt diff --git a/docker/main/install_deps.sh b/docker/main/install_deps.sh index 69e8e7c60..e0729e938 100755 --- a/docker/main/install_deps.sh +++ b/docker/main/install_deps.sh @@ -15,7 +15,9 @@ apt-get -qq install --no-install-recommends -y \ curl \ jq \ nethogs \ - libopencv-*4.5 + libopencv-*4.5 \ + libxslt1.1 \ + liblbfgsb0 # libopencv-core4.5 libopencv-contrib4.5 libopencv-shape4.5 libopencv-stitching4.5 diff --git a/docker/main/requirements.txt b/docker/main/requirements.txt index b1f3dfd7d..e775a3d71 100644 --- a/docker/main/requirements.txt +++ b/docker/main/requirements.txt @@ -1,3 +1,2 @@ scikit-build == 0.17.* -nvidia-pyindex -rich \ No newline at end of file +nvidia-pyindex \ No newline at end of file