##// END OF EJS Templates
install direct dependencies, kernels
Kyle Kelley -
Show More
@@ -5,11 +5,11 b' MAINTAINER IPython Project <ipython-dev@scipy.org>'
5 5 ADD . /srv/ipython/
6 6 WORKDIR /srv/ipython/
7 7
8 RUN pip2 install -e .[all]
9 RUN pip3 install -e .[all]
8 RUN pip2 install fabric
9 RUN pip3 install jsonschema jsonpointer fabric
10 10
11 #RUN ipython2 kernelspec install-self
12 #RUN ipython3 kernelspec install-self
11 RUN pip2 install .
12 RUN pip3 install .
13 13
14 14 EXPOSE 8888
15 15
@@ -25,4 +25,7 b' ENV USER jupyter'
25 25
26 26 WORKDIR /home/jupyter/
27 27
28 RUN ipython2 kernelspec install-self
29 RUN ipython3 kernelspec install-self
30
28 31 CMD ["/usr/local/bin/notebook.sh"]
General Comments 0
You need to be logged in to leave comments. Login now