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 6aab2f9 + ee44fe9 commit 822290eCopy full SHA for 822290e
tensorflow-notebook/Dockerfile
@@ -16,9 +16,3 @@ RUN mamba install --quiet --yes \
16
fix-permissions "${CONDA_DIR}" && \
17
fix-permissions "/home/${NB_USER}"
18
19
-# Temporary fix for https://github.com/jupyter/docker-stacks/issues/1480
20
-USER root
21
-WORKDIR /opt/conda/lib/python3.9/site-packages/
22
-RUN wget -qO- https://patch-diff.githubusercontent.com/raw/tensorflow/tensorflow/pull/51450.diff | git apply
23
-USER ${NB_UID}
24
-WORKDIR "${HOME}"
0 commit comments