Add the Python 2 kernel to Jupyter

master
Bradlee Speice 2016-10-14 15:22:49 -04:00
parent dbff37ed47
commit 4ae3fa2394
1 changed files with 3 additions and 4 deletions

View File

@ -18,10 +18,9 @@ RUN apt-get update && \
# And the python-specific tools
RUN pip install theano jupyter
# And the python3-specific tools
RUN pip3 install theano jupyter
RUN pip install theano jupyter && \
pip3 install theano jupyter && \
ipython2 kernel install
# And the startup script
COPY . /