mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-23 12:49:41 +08:00
Clone ipython/ipython directly
This commit is contained in:
parent
3db038faed
commit
88657b8d3b
@ -6,7 +6,10 @@ FROM ipython/scipystack
|
||||
|
||||
MAINTAINER IPython Project <ipython-dev@scipy.org>
|
||||
|
||||
ADD . /srv/ipython/
|
||||
# Can't directly add the source as it won't have the submodules
|
||||
RUN mkdir /srv/
|
||||
WORKDIR /srv/
|
||||
RUN git clone --recursive https://github.com/ipython/ipython.git
|
||||
WORKDIR /srv/ipython/
|
||||
|
||||
# Installing certain dependencies directly
|
||||
|
Loading…
Reference in New Issue
Block a user