Trying to replicate live changes on running container

This commit is contained in:
Daniel Nowak 2024-05-09 00:13:52 -04:00
parent 7f057de53d
commit 27c151ec63
3 changed files with 9 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,2 @@
scikit-build == 0.17.*
nvidia-pyindex
rich
nvidia-pyindex