浏览代码

add mqtt to dockerfile

blakeblackshear 6 年之前
父节点
当前提交
83c9b8fb7a
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Dockerfile

+ 2 - 1
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