mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-18 11:55:46 +08:00
Update Dockerfile
Latest master removed the `--system` flag. You can pass a `--user` flag for non-system install.
This commit is contained in:
parent
b7a1bb5943
commit
e44567fc4e
@ -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…
Reference in New Issue
Block a user