Skip to content

Commit

Permalink
Revert "[Docker] (Kubeflow integration) Add chmod --recursive 777 /ho…
Browse files Browse the repository at this point in the history
…me/ray to Ray Dockerfile." ray-project#32026

Signed-off-by: kaihsun <[email protected]>
  • Loading branch information
kevin85421 committed Feb 1, 2023
1 parent dff4f0a commit df05cd9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docker/base-deps/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,6 @@ RUN sudo apt-get update -y && sudo apt-get upgrade -y \
else sudo apt-get autoremove -y wget; \
fi;) \
&& sudo rm -rf /var/lib/apt/lists/* \
&& sudo apt-get clean \
# Ensure all users are able to write to /home/ray because OpenShift uses a random UID when logging into
# pods. See #30959 for more context.
&& chmod --recursive 777 /home/ray
&& sudo apt-get clean

WORKDIR $HOME

0 comments on commit df05cd9

Please sign in to comment.