TensorFlow 0.11.0

This commit is contained in:
Seiji Kumagai
2016-12-08 22:08:00 +01:00
parent 18e5563b74
commit 79bad3ae85

View File

@@ -7,7 +7,7 @@ MAINTAINER Jupyter Project <jupyter@googlegroups.com>
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'