##// END OF EJS Templates
Clone ipython/ipython directly
Kyle Kelley -
Show More
@@ -6,7 +6,10 b' FROM ipython/scipystack'
6
6
7 MAINTAINER IPython Project <ipython-dev@scipy.org>
7 MAINTAINER IPython Project <ipython-dev@scipy.org>
8
8
9 ADD . /srv/ipython/
9 # Can't directly add the source as it won't have the submodules
10 RUN mkdir /srv/
11 WORKDIR /srv/
12 RUN git clone --recursive https://github.com/ipython/ipython.git
10 WORKDIR /srv/ipython/
13 WORKDIR /srv/ipython/
11
14
12 # Installing certain dependencies directly
15 # Installing certain dependencies directly
General Comments 0
You need to be logged in to leave comments. Login now