mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-16 14:32:57 +00:00
Merge pull request #631 from parente/update-tf-keras
Update tensorflow to 1.5, keras to 2.1
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user