Upgrade Tensorflow to 2.2.0

This commit is contained in:
Ayaz Salikhov
2020-05-15 10:20:58 +02:00
parent 10dd74ba90
commit 42fff0d1d2

View File

@@ -7,6 +7,6 @@ LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
# Install Tensorflow
RUN pip install --quiet --no-cache-dir \
'tensorflow==2.1.0' && \
'tensorflow==2.2.0' && \
fix-permissions $CONDA_DIR && \
fix-permissions /home/$NB_USER