Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bigcode
/
bigcodebench-leaderboard
like
139
Running
App
Files
Files
Community
7
c0be475
bigcodebench-leaderboard
/
Dockerfile
terryyz
Update Dockerfile
2c9f819
verified
about 2 months ago
raw
Copy download link
history
blame
Safe
185 Bytes
FROM
bigcodebench/bigcodebench-gradio:latest
RUN
pip install
gradio_leaderboard
==0.0.11
schedule
==1.2.2
COPY . /app
EXPOSE 7860
ENV
GRADIO_SERVER_NAME
=
"0.0.0.0"
CMD [
"python"
,
"app.py"
]