mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 09:15:22 +03:00
Move onvif_zeep install to correct file
This commit is contained in:
parent
376468ad44
commit
a9816d62f2
@ -34,7 +34,8 @@ RUN pip3 install \
|
|||||||
peewee_migrate \
|
peewee_migrate \
|
||||||
pydantic \
|
pydantic \
|
||||||
zeroconf \
|
zeroconf \
|
||||||
ws4py
|
ws4py \
|
||||||
|
onvif_zeep
|
||||||
|
|
||||||
COPY --from=nginx /usr/local/nginx/ /usr/local/nginx/
|
COPY --from=nginx /usr/local/nginx/ /usr/local/nginx/
|
||||||
|
|
||||||
|
|||||||
@ -20,7 +20,7 @@ RUN apt-get -qq update \
|
|||||||
RUN wget -q https://bootstrap.pypa.io/get-pip.py -O get-pip.py \
|
RUN wget -q https://bootstrap.pypa.io/get-pip.py -O get-pip.py \
|
||||||
&& python3 get-pip.py "pip==20.2.4"
|
&& python3 get-pip.py "pip==20.2.4"
|
||||||
|
|
||||||
RUN pip3 install scikit-build onvif_zeep
|
RUN pip3 install scikit-build
|
||||||
|
|
||||||
RUN pip3 wheel --wheel-dir=/wheels \
|
RUN pip3 wheel --wheel-dir=/wheels \
|
||||||
opencv-python-headless \
|
opencv-python-headless \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user