Update Dockerfile

Latest master removed the `--system` flag. You can pass a `--user` flag for non-system install.
This commit is contained in:
Doug Blank 2014-12-29 12:33:11 -05:00
parent b7a1bb5943
commit e44567fc4e

View File

@ -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/