Upgrade to tf 1.13

This commit is contained in:
Peter Parente
2019-04-21 16:48:41 -04:00
parent 74da0d544f
commit f067ea15ee

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.12*' \ 'tensorflow=1.13*' \
'keras=2.2*' && \ 'keras=2.2*' && \
conda clean -tipsy && \ conda clean -tipsy && \
fix-permissions $CONDA_DIR && \ fix-permissions $CONDA_DIR && \