Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dongsheng
/
docker_test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
0de7dbf
docker_test
/
Dockerfile
dongsheng
Update Dockerfile
0de7dbf
verified
2 months ago
raw
Copy download link
history
blame
Safe
126 Bytes
FROM
ghcr.io/nuprl/multipl-e-evaluation:v3.
1
COPY
. /app
EXPOSE
7860
ENV
GRADIO_SERVER_NAME=
"0.0.0.0"
CMD
[
"python"
,
"app.py"
]