Skip to content

Commit 65305f1

Browse files
committed
fix docker
1 parent d0cacd0 commit 65305f1

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

Docker/Evaluate.Dockerfile

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -37,26 +37,26 @@ RUN cd /bigcodebench && \
3737
pip install . --no-deps && \
3838

3939
RUN pip install \
40-
appdirs>=1.4.4 \
41-
fire>=0.6.0 \
42-
multipledispatch>=0.6.0 \
43-
pqdm>=0.2.0 \
44-
tempdir>=0.7.1 \
45-
termcolor>=2.0.0 \
46-
tqdm>=4.56.0 \
47-
tree_sitter>=0.22.0 \
48-
tree-sitter-python>=0.21.0 \
49-
wget>=3.2 \
40+
appdirs \
41+
fire \
42+
multipledispatch \
43+
pqdm \
44+
tempdir \
45+
termcolor \
46+
tqdm \
47+
tree_sitter \
48+
tree-sitter-python \
49+
wget \
5050
transformers \
5151
datasets \
5252
gradio-client \
5353
numpy \
5454
rich \
55-
accelerate>=0.30.1 \
56-
anthropic>=0.26.1 \
57-
google-generativeai>=0.5.4 \
58-
mistralai<1.0.0 \
59-
openai>=1.11.1 \
55+
accelerate \
56+
anthropic \
57+
google-generativeai \
58+
mistralai \
59+
openai \
6060
e2b
6161

6262
RUN pip install -I --timeout 2000 -r https://raw.githubusercontent.com/bigcode-project/bigcodebench/refs/heads/main/Requirements/requirements-eval.txt

0 commit comments

Comments
 (0)