Skip to content

Commit a523a19

Browse files
committed
setting permissions for user
Signed-off-by: elliot-barn <[email protected]>
1 parent 017f9ca commit a523a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/docker/min.allpython.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM cr.ray.io/rayproject/forge
55
ARG DEFAULT_PYTHON_VERSION=3.9
66

77
# create a writable dir for the forge user
8-
RUN mkdir -p /home/forge/app && chown -R forge:forge /home/forge
8+
RUN mkdir -p /home/forge/app && chown -R forge /home/forge
99

1010
WORKDIR /home/forge/app
1111

0 commit comments

Comments
 (0)