Fix jupyter extensions

This commit is contained in:
Aurélien Geron
2016-09-27 12:06:59 +02:00
parent aa1f84c49f
commit 869025b6f9
3 changed files with 9 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ USER main
# Python 2
RUN conda install -c jjhelmus tensorflow=0.10.0
RUN conda install -c conda-forge jupyter_contrib_nbextensions
RUN jupyter contrib nbextension install --user
# Python 3
RUN conda install -n python3 -c jjhelmus tensorflow=0.10.0
RUN conda install -n python3 -c conda-forge jupyter_contrib_nbextensions