Skip to content

Commit 7e94e9c

Browse files
author
Amit Patankar
authored
Merge pull request tensorflow#18395 from av8ramit/fix_docker_r1.7
Adding the python symlink command for devel packages too.
2 parents 99322a9 + 1ad1eab commit 7e94e9c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tensorflow/tools/docker/Dockerfile.devel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ RUN pip --no-cache-dir install \
3838
&& \
3939
python -m ipykernel.kernelspec
4040

41+
# RUN ln -s /usr/bin/python3 /usr/bin/python#
42+
4143
# Set up our notebook config.
4244
COPY jupyter_notebook_config.py /root/.jupyter/
4345

tensorflow/tools/docker/Dockerfile.devel-gpu

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ RUN pip --no-cache-dir install \
4747
&& \
4848
python -m ipykernel.kernelspec
4949

50+
# RUN ln -s /usr/bin/python3 /usr/bin/python#
51+
5052
# Set up our notebook config.
5153
COPY jupyter_notebook_config.py /root/.jupyter/
5254

0 commit comments

Comments
 (0)