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 316641c commit fa83e43Copy full SHA for fa83e43
Dockerfile
@@ -24,6 +24,8 @@ COPY --chown=ray:users resources codeflare/resources
24
25
#RUN pip install -r ./codeflare/requirements.txt
26
27
+RUN conda install -c conda-forge gcc
28
+
29
RUN pip install sklearn
30
RUN pip install pandas
31
RUN pip install numpy
0 commit comments