mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-11 13:45:25 +03:00
Trying to replicate live changes on running container
This commit is contained in:
parent
7f057de53d
commit
27c151ec63
@ -153,11 +153,13 @@ RUN apt-get -qq update && apt-get -qq install -y \
|
|||||||
COPY docker/main/requirements.txt /requirements.txt
|
COPY docker/main/requirements.txt /requirements.txt
|
||||||
RUN PIP_IGNORE_INSTALLED=0 pip3 install -r /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
|
COPY docker/main/requirements-wheels.txt /requirements-wheels.txt
|
||||||
RUN PIP_IGNORE_INSTALLED=0 pip3 wheel --wheel-dir=/wheels -r /requirements-wheels.txt
|
RUN PIP_IGNORE_INSTALLED=0 pip3 wheel --wheel-dir=/wheels -r /requirements-wheels.txt
|
||||||
|
|||||||
@ -15,7 +15,9 @@ apt-get -qq install --no-install-recommends -y \
|
|||||||
curl \
|
curl \
|
||||||
jq \
|
jq \
|
||||||
nethogs \
|
nethogs \
|
||||||
libopencv-*4.5
|
libopencv-*4.5 \
|
||||||
|
libxslt1.1 \
|
||||||
|
liblbfgsb0
|
||||||
# libopencv-core4.5 libopencv-contrib4.5 libopencv-shape4.5 libopencv-stitching4.5
|
# libopencv-core4.5 libopencv-contrib4.5 libopencv-shape4.5 libopencv-stitching4.5
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,2 @@
|
|||||||
scikit-build == 0.17.*
|
scikit-build == 0.17.*
|
||||||
nvidia-pyindex
|
nvidia-pyindex
|
||||||
rich
|
|
||||||
Loading…
Reference in New Issue
Block a user