mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-13 04:52:57 +00:00
Update tensorflow to current release 1.12
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.11*' \
|
'tensorflow=1.12*' \
|
||||||
'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