Forcing the symlink creation.
authorAmit Patankar <amitpatankar@google.com>
Tue, 10 Apr 2018 21:59:23 +0000 (14:59 -0700)
committerAmit Patankar <amitpatankar@google.com>
Tue, 10 Apr 2018 21:59:23 +0000 (14:59 -0700)
tensorflow/tools/docker/Dockerfile
tensorflow/tools/docker/Dockerfile.devel
tensorflow/tools/docker/Dockerfile.devel-gpu
tensorflow/tools/docker/Dockerfile.gpu

index 024cb40eb4b9380fa09bd0e371826783d1ebdc45..78cb4d250e84a4a165dd42db6845170c1751ffbe 100644 (file)
@@ -47,7 +47,7 @@ RUN pip --no-cache-dir install \
     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#
+# RUN ln -s -f /usr/bin/python3 /usr/bin/python#
 
 # Set up our notebook config.
 COPY jupyter_notebook_config.py /root/.jupyter/
index c4f6b24e5c1a99532032f2b108ea83406e5fdd28..b3dbe475d2589b1e99c5cea3eed5371b5facb097 100644 (file)
@@ -38,7 +38,7 @@ RUN pip --no-cache-dir install \
         && \
     python -m ipykernel.kernelspec
 
-# RUN ln -s /usr/bin/python3 /usr/bin/python#
+# RUN ln -s -f /usr/bin/python3 /usr/bin/python#
 
 # Set up our notebook config.
 COPY jupyter_notebook_config.py /root/.jupyter/
index 5aea47e5826ea405e8be23ca20cc6cfb02cbbb11..bfb96da58d7f1e4a32938e7655cf664b4e395b50 100644 (file)
@@ -47,7 +47,7 @@ RUN pip --no-cache-dir install \
         && \
     python -m ipykernel.kernelspec
 
-# RUN ln -s /usr/bin/python3 /usr/bin/python#
+# RUN ln -s -f /usr/bin/python3 /usr/bin/python#
 
 # Set up our notebook config.
 COPY jupyter_notebook_config.py /root/.jupyter/
index 625321e1235202f78a2d5e1a5b2d9d05e1e3f9ba..9e1708662e79746e54af4409756774a306990438 100644 (file)
@@ -54,7 +54,7 @@ RUN pip --no-cache-dir install \
     http://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-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#
+# RUN ln -s -f /usr/bin/python3 /usr/bin/python#
 
 # Set up our notebook config.
 COPY jupyter_notebook_config.py /root/.jupyter/