Commit 5fa2aaa3 authored by Peter Parente's avatar Peter Parente Committed by GitHub

Merge pull request #631 from parente/update-tf-keras

Update tensorflow to 1.5, keras to 2.1
parents de3d87e3 aabd6c95
...@@ -6,8 +6,8 @@ LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>" ...@@ -6,8 +6,8 @@ LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
# Install Tensorflow # Install Tensorflow
RUN conda install --quiet --yes \ RUN conda install --quiet --yes \
'tensorflow=1.3*' \ 'tensorflow=1.5*' \
'keras=2.0*' && \ 'keras=2.1*' && \
conda clean -tipsy && \ conda clean -tipsy && \
fix-permissions $CONDA_DIR && \ fix-permissions $CONDA_DIR && \
fix-permissions /home/$NB_USER fix-permissions /home/$NB_USER
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