Skip to content

Commit

Permalink
[Docker] default to /home/ray (ray-project#13738)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijrsvt authored Jan 27, 2021
1 parent b4bcb9b commit c5209e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/base-deps/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,5 @@ RUN sudo apt-get update -y && sudo apt-get upgrade -y \
fi;) \
&& sudo rm -rf /var/lib/apt/lists/* \
&& sudo apt-get clean

WORKDIR $HOME

0 comments on commit c5209e2

Please sign in to comment.