mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
add imutils to container
This commit is contained in:
parent
80dbed8055
commit
51e8a8300f
@ -40,7 +40,8 @@ RUN pip install -U pip \
|
|||||||
tensorflow \
|
tensorflow \
|
||||||
keras \
|
keras \
|
||||||
autovizwidget \
|
autovizwidget \
|
||||||
Flask
|
Flask \
|
||||||
|
imutils
|
||||||
|
|
||||||
# Install tensorflow models object detection
|
# Install tensorflow models object detection
|
||||||
RUN GIT_SSL_NO_VERIFY=true git clone -q https://github.com/tensorflow/models /usr/local/lib/python3.5/dist-packages/tensorflow/models
|
RUN GIT_SSL_NO_VERIFY=true git clone -q https://github.com/tensorflow/models /usr/local/lib/python3.5/dist-packages/tensorflow/models
|
||||||
|
Loading…
Reference in New Issue
Block a user