From 27c151ec63916c53165d6d30f2c8a05907e6e346 Mon Sep 17 00:00:00 2001 From: Daniel Nowak <13685818+lowlyocean@users.noreply.github.com> Date: Thu, 9 May 2024 00:13:52 -0400 Subject: [PATCH] Trying to replicate live changes on running container --- docker/main/Dockerfile | 8 +++++--- docker/main/install_deps.sh | 4 +++- docker/main/requirements.txt | 3 +-- 3 files changed, 9 insertions(+), 6 deletions(-) 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