소스 검색

add imutils to container

blakeblackshear 6 년 전
부모
커밋
51e8a8300f
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      Dockerfile

+ 2 - 1
Dockerfile

@@ -40,7 +40,8 @@ RUN  pip install -U pip \
  tensorflow \
  keras \
  autovizwidget \
- Flask
+ Flask \
+ imutils
 
 # 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