File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,17 @@ RUN git clone https://github.com/bigcode-project/bigcodebench.git /bigcodebench
1818
1919RUN cd /bigcodebench && pip install .
2020
21- RUN pip install -I --timeout 2000 -r https://github.com/bigcode-project/bigcodebench-annotation/releases/download/v0.1.0/requirements.txt
22-
2321# Pre-install the dataset
2422RUN python3 -c "from bigcodebench.data import get_bigcodebench; get_bigcodebench()"
2523
26- RUN chown -R bigcodebenchuser:bigcodebenchuser /bigcodebench
27- USER bigcodebenchuser
24+ RUN pip install -I --timeout 2000 -r https://github.com/bigcode-project/bigcodebench-annotation/releases/download/v0.1.0/requirements.txt
2825
2926WORKDIR /app
3027
28+ RUN chown -R bigcodebenchuser:bigcodebenchuser /app
29+
30+ RUN chmod -R 777 /app
31+
32+ USER bigcodebenchuser
33+
3134ENTRYPOINT ["python3" , "-m" , "bigcodebench.evaluate" ]
You can’t perform that action at this time.
0 commit comments