Skip to content

Commit

Permalink
Update docker/base-deps/Dockerfile
Browse files Browse the repository at this point in the history
Co-authored-by: Ian Rodney <[email protected]>
Signed-off-by: Kai-Hsun Chen <[email protected]>
  • Loading branch information
kevin85421 and ijrsvt committed Jan 17, 2023
1 parent 0fb3f5a commit 24ac070
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/base-deps/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ RUN sudo apt-get update -y && sudo apt-get upgrade -y \
fi;) \
&& sudo rm -rf /var/lib/apt/lists/* \
&& sudo apt-get clean \
# For OpenShift (a Kubernetes distribution), a random non-root UID will be used when we log in to a ray Pod.
# However, only UID=1000 (i.e. RAY_UID) has the write access of /home/ray. Hence, open the write access here.
# 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

WORKDIR $HOME

0 comments on commit 24ac070

Please sign in to comment.