Bump tensorflow to 1.0

This commit is contained in:
Bas Nijholt
2017-03-13 14:12:53 +01:00
parent 71d8ceb747
commit 906c311c7a

View File

@@ -7,7 +7,7 @@ MAINTAINER Jupyter Project <jupyter@googlegroups.com>
USER $NB_USER USER $NB_USER
# Install Python 3 Tensorflow # Install Python 3 Tensorflow
RUN conda install --quiet --yes 'tensorflow=0.11.0' RUN conda install --quiet --yes 'tensorflow=1.0*'
# Install Python 2 Tensorflow # Install Python 2 Tensorflow
RUN conda install --quiet --yes -n python2 'tensorflow=0.11.0' RUN conda install --quiet --yes -n python2 'tensorflow=1.0*'