Adding the python symlink command for devel packages too.
authorAmit Patankar <amitpatankar@google.com>
Tue, 10 Apr 2018 18:19:26 +0000 (11:19 -0700)
committerAmit Patankar <amitpatankar@google.com>
Tue, 10 Apr 2018 18:19:26 +0000 (11:19 -0700)
tensorflow/tools/docker/Dockerfile.devel
tensorflow/tools/docker/Dockerfile.devel-gpu

index 11f476d..c4f6b24 100644 (file)
@@ -38,6 +38,8 @@ RUN pip --no-cache-dir install \
         && \
     python -m ipykernel.kernelspec
 
+# RUN ln -s /usr/bin/python3 /usr/bin/python#
+
 # Set up our notebook config.
 COPY jupyter_notebook_config.py /root/.jupyter/
 
index 1fcb642..5aea47e 100644 (file)
@@ -47,6 +47,8 @@ RUN pip --no-cache-dir install \
         && \
     python -m ipykernel.kernelspec
 
+# RUN ln -s /usr/bin/python3 /usr/bin/python#
+
 # Set up our notebook config.
 COPY jupyter_notebook_config.py /root/.jupyter/