mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-18 15:32:56 +00:00
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
|
# 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
|
||||||
|
Reference in New Issue
Block a user