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...
82edb9e
docker_test
/
Dockerfile
dongsheng
Update Dockerfile
82edb9e
verified
3 months ago
raw
Copy download link
history
blame
Safe
180 Bytes
FROM
ghcr.io/nuprl/multipl-e-evaluation:v3.
1
# 覆盖基础镜像的默认入口点
ENTRYPOINT
[]
COPY
. /app
EXPOSE
7860
ENV
GRADIO_SERVER_NAME=
"0.0.0.0"
CMD
[
"python"
,
"app.py"
]