Skip to content

Commit 75ab4a5

Browse files
committed
Update Dockerfile
1 parent 650af69 commit 75ab4a5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ COPY --chown=ray:users resources codeflare/resources
2424

2525
#RUN pip install -r ./codeflare/requirements.txt
2626

27+
USER root
28+
RUN apt-get update && apt-get install -y build-essential
29+
2730
RUN apt-get update
2831
RUN apt-get install gcc
2932

0 commit comments

Comments
 (0)