aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/udacity/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/examples/udacity/Dockerfile')
-rw-r--r--tensorflow/examples/udacity/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/examples/udacity/Dockerfile b/tensorflow/examples/udacity/Dockerfile
index 3ca58566c1..00eb853e52 100644
--- a/tensorflow/examples/udacity/Dockerfile
+++ b/tensorflow/examples/udacity/Dockerfile
@@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
-RUN pip install scikit-learn pyreadline Pillow
+RUN pip install scikit-learn pyreadline Pillow imageio
RUN rm -rf /notebooks/*
ADD *.ipynb /notebooks/
WORKDIR /notebooks