diff --git a/Dockerfile b/Dockerfile index 60facdc98..f08c1d2ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,7 +41,8 @@ RUN pip install -U pip \ keras \ autovizwidget \ Flask \ - imutils + imutils \ + paho-mqtt # 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