mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-11 20:12:58 +00:00
Upgrade to tf 1.13
This commit is contained in:
@@ -7,7 +7,7 @@ LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
|
||||
|
||||
# Install Tensorflow
|
||||
RUN conda install --quiet --yes \
|
||||
'tensorflow=1.12*' \
|
||||
'tensorflow=1.13*' \
|
||||
'keras=2.2*' && \
|
||||
conda clean -tipsy && \
|
||||
fix-permissions $CONDA_DIR && \
|
||||
|
Reference in New Issue
Block a user