mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-11 12:02:56 +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
|
# Install Tensorflow
|
||||||
RUN conda install --quiet --yes \
|
RUN conda install --quiet --yes \
|
||||||
'tensorflow=1.12*' \
|
'tensorflow=1.13*' \
|
||||||
'keras=2.2*' && \
|
'keras=2.2*' && \
|
||||||
conda clean -tipsy && \
|
conda clean -tipsy && \
|
||||||
fix-permissions $CONDA_DIR && \
|
fix-permissions $CONDA_DIR && \
|
||||||
|
Reference in New Issue
Block a user