aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/docker/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/tools/docker/Dockerfile')
-rw-r--r--tensorflow/tools/docker/Dockerfile7
1 files changed, 4 insertions, 3 deletions
diff --git a/tensorflow/tools/docker/Dockerfile b/tensorflow/tools/docker/Dockerfile
index 82973226fc..a9852586e9 100644
--- a/tensorflow/tools/docker/Dockerfile
+++ b/tensorflow/tools/docker/Dockerfile
@@ -30,11 +30,10 @@ RUN pip --no-cache-dir install \
numpy \
scipy \
sklearn \
+ Pillow \
&& \
python -m ipykernel.kernelspec
-ENV TENSORFLOW_VERSION 0.11.0
-
# --- DO NOT EDIT OR DELETE BETWEEN THE LINES --- #
# These lines will be edited automatically by parameterized_docker_build.sh. #
# COPY _PIP_FILE_ /
@@ -43,9 +42,11 @@ ENV TENSORFLOW_VERSION 0.11.0
# Install TensorFlow CPU version from central repo
RUN pip --no-cache-dir install \
- http://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-${TENSORFLOW_VERSION}-cp27-none-linux_x86_64.whl
+ http://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.0.0-cp27-none-linux_x86_64.whl
# --- ~ DO NOT EDIT OR DELETE BETWEEN THE LINES --- #
+# RUN ln -s /usr/bin/python3 /usr/bin/python#
+
# Set up our notebook config.
COPY jupyter_notebook_config.py /root/.jupyter/