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