Skip to content

Commit 822290e

Browse files
authored
Merge pull request #1504 from mathbunnyru/asalikhov/remove_tensorflow_hotfix
Remove tensorflow hotfix
2 parents 6aab2f9 + ee44fe9 commit 822290e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tensorflow-notebook/Dockerfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,3 @@ RUN mamba install --quiet --yes \
1616
fix-permissions "${CONDA_DIR}" && \
1717
fix-permissions "/home/${NB_USER}"
1818

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

Comments
 (0)