Commit 7254cdcf authored by Peter Parente's avatar Peter Parente Committed by GitHub

Merge pull request #772 from manics/patch-1

Update tensorflow to 1.12
parents 2343e33d 39dabe9f
...@@ -7,7 +7,7 @@ LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>" ...@@ -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 && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment