We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee706ac commit e8df081Copy full SHA for e8df081
Dockerfile
@@ -25,8 +25,7 @@ COPY --chown=ray:users codeflare codeflare/codeflare
25
COPY --chown=ray:users notebooks codeflare/notebooks
26
COPY --chown=ray:users resources codeflare/resources
27
28
-RUN apt-get update
29
-RUN apt-get install gcc
+USER ray
30
31
RUN pip install jupyterlab
32
RUN pip install matplotlib
0 commit comments