Skip to content

Commit e8df081

Browse files
committed
Update Dockerfile
1 parent ee706ac commit e8df081

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ COPY --chown=ray:users codeflare codeflare/codeflare
2525
COPY --chown=ray:users notebooks codeflare/notebooks
2626
COPY --chown=ray:users resources codeflare/resources
2727

28-
RUN apt-get update
29-
RUN apt-get install gcc
28+
USER ray
3029

3130
RUN pip install jupyterlab
3231
RUN pip install matplotlib

0 commit comments

Comments
 (0)