Show More
@@ -57,8 +57,8 b' RUN pip2 install file:///srv/ipython#egg=ipython[all]' | |||
|
57 | 57 | RUN pip3 install file:///srv/ipython#egg=ipython[all] |
|
58 | 58 | |
|
59 | 59 | # install kernels |
|
60 |
RUN python2 -m IPython kernelspec install-self |
|
|
61 |
RUN python3 -m IPython kernelspec install-self |
|
|
60 | RUN python2 -m IPython kernelspec install-self | |
|
61 | RUN python3 -m IPython kernelspec install-self | |
|
62 | 62 | |
|
63 | 63 | WORKDIR /tmp/ |
|
64 | 64 |
General Comments 0
You need to be logged in to leave comments.
Login now