From 4ae3fa2394247cb3623cf2f076e907ab316134df Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Fri, 14 Oct 2016 15:22:49 -0400 Subject: [PATCH] Add the Python 2 kernel to Jupyter --- Dockerfile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 198bade..f276bcc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 . /