Merge pull request #7343 from dsblank/patch-2

Update Dockerfile
Min RK 11 years ago
commit 97e5c4cc4b

@ -57,8 +57,8 @@ RUN pip2 install file:///srv/ipython#egg=ipython[all]
RUN pip3 install file:///srv/ipython#egg=ipython[all]
# install kernels
RUN python2 -m IPython kernelspec install-self --system
RUN python3 -m IPython kernelspec install-self --system
RUN python2 -m IPython kernelspec install-self
RUN python3 -m IPython kernelspec install-self
WORKDIR /tmp/

Loading…
Cancel
Save