mirror of
https://github.com/bspeice/neuralnets-docker
synced 2025-07-01 05:46:21 -04:00
Add the Python 2 kernel to Jupyter
This commit is contained in:
@ -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 . /
|
||||
|
Reference in New Issue
Block a user