Update tensorflow to current release 1.12

This commit is contained in:
Simon Li
2018-11-30 19:37:45 +00:00
committed by GitHub
parent 14fdfbf9cf
commit 39dabe9f3e

View File

@@ -7,7 +7,7 @@ LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
# Install Tensorflow # Install Tensorflow
RUN conda install --quiet --yes \ RUN conda install --quiet --yes \
'tensorflow=1.11*' \ 'tensorflow=1.12*' \
'keras=2.2*' && \ 'keras=2.2*' && \
conda clean -tipsy && \ conda clean -tipsy && \
fix-permissions $CONDA_DIR && \ fix-permissions $CONDA_DIR && \