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

Update tensorflow to 1.5, keras to 2.1
This commit is contained in:
Peter Parente
2018-05-06 14:43:03 -04:00
committed by GitHub

View File

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