diff --git a/tensorflow-notebook/Dockerfile b/tensorflow-notebook/Dockerfile index 7f321307..6f0b3c53 100644 --- a/tensorflow-notebook/Dockerfile +++ b/tensorflow-notebook/Dockerfile @@ -7,7 +7,7 @@ MAINTAINER Jupyter Project USER $NB_USER # Install Python 3 Tensorflow -RUN conda install --quiet --yes 'tensorflow=0.9.0' +RUN conda install --quiet --yes 'tensorflow=0.11.0' # Install Python 2 Tensorflow -RUN conda install --quiet --yes -n python2 'tensorflow=0.9.0' +RUN conda install --quiet --yes -n python2 'tensorflow=0.11.0'