mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-04-10 01:15:54 +02:00
add mqtt to dockerfile
This commit is contained in:
parent
e997591e70
commit
83c9b8fb7a
@ -41,7 +41,8 @@ RUN pip install -U pip \
|
|||||||
keras \
|
keras \
|
||||||
autovizwidget \
|
autovizwidget \
|
||||||
Flask \
|
Flask \
|
||||||
imutils
|
imutils \
|
||||||
|
paho-mqtt
|
||||||
|
|
||||||
# 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