Update tensorflow to 1.5, keras to 2.1

This commit is contained in:
Peter Parente
2018-05-06 12:15:47 -04:00
parent de3d87e3ce
commit aabd6c9521

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