提交 1ad1eab3 编写于 作者: A Amit Patankar

Adding the python symlink command for devel packages too.

上级 99322a92
......@@ -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/
......
......@@ -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/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册