mirror of
https://github.com/bspeice/neuralnets-docker
synced 2024-12-04 20:58:09 -05:00
Add the Python 2 kernel to Jupyter
This commit is contained in:
parent
dbff37ed47
commit
4ae3fa2394
@ -18,10 +18,9 @@ RUN apt-get update && \
|
|||||||
|
|
||||||
|
|
||||||
# And the python-specific tools
|
# And the python-specific tools
|
||||||
RUN pip install theano jupyter
|
RUN pip install theano jupyter && \
|
||||||
|
pip3 install theano jupyter && \
|
||||||
# And the python3-specific tools
|
ipython2 kernel install
|
||||||
RUN pip3 install theano jupyter
|
|
||||||
|
|
||||||
# And the startup script
|
# And the startup script
|
||||||
COPY . /
|
COPY . /
|
||||||
|
Loading…
Reference in New Issue
Block a user