From 51e8a8300fd50bd4529696bf9aee089a563e8fe4 Mon Sep 17 00:00:00 2001 From: blakeblackshear Date: Sat, 9 Feb 2019 20:37:46 -0600 Subject: [PATCH] add imutils to container --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5fe568cc3..60facdc98 100644 --- a/Dockerfile +++ b/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