Skip to content

Commit ee44fe9

Browse files
author
Ayaz Salikhov
committed
Remove tensorflow hotfix
1 parent 6aab2f9 commit ee44fe9

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)