We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea409ef + 5bbc94b commit c76996eCopy full SHA for c76996e
tensorflow-notebook/Dockerfile
@@ -6,7 +6,7 @@ FROM $BASE_CONTAINER
6
LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
7
8
# Install Tensorflow
9
-RUN pip install --quiet \
10
- 'tensorflow==2.1.0' && \
+RUN pip install --quiet --no-cache-dir \
+ 'tensorflow==2.2.0' && \
11
fix-permissions $CONDA_DIR && \
12
fix-permissions /home/$NB_USER
0 commit comments