Commit aabd6c95 authored by Peter Parente's avatar Peter Parente

Update tensorflow to 1.5, keras to 2.1

parent de3d87e3
......@@ -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
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