Show More
@@ -40,7 +40,7 b' ENV USER jupyter' | |||||
40 | WORKDIR /home/jupyter/ |
|
40 | WORKDIR /home/jupyter/ | |
41 |
|
41 | |||
42 | # Register each kernel (Python 2.7.x, Python 3.4.x) |
|
42 | # Register each kernel (Python 2.7.x, Python 3.4.x) | |
43 |
RUN |
|
43 | RUN su - jupyter -c "ipython2 kernelspec install-self" | |
44 |
RUN |
|
44 | RUN su - jupyter -c "ipython3 kernelspec install-self" | |
45 |
|
45 | |||
46 | CMD ["/usr/local/bin/notebook.sh"] |
|
46 | CMD ["/usr/local/bin/notebook.sh"] |
General Comments 0
You need to be logged in to leave comments.
Login now