Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
bigcode/bigcodebench-evaluator
bigcode
/
bigcodebench-evaluator-2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b73e37f
bigcodebench-evaluator-2
/
Dockerfile
terryyz
Update Dockerfile
b73e37f
verified
8 months ago
raw
Copy download link
history
blame
Safe
124 Bytes
FROM
bigcodebench/bigcodebench-gradio:latest
RUN
apt-
get
update && apt-
get
install wget
COPY . /app
CMD [
"python"
,
"app.py"
]