Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mhv135
/
ke757
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ke757
/
Dockerfile
mhv135
Update Dockerfile
c59831a
verified
10 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
117 Bytes
FROM
ghcr.io/zfg454/labubu:
1.0
.
1
EXPOSE
7860
CMD
[
"uvicorn"
,
"app.main:app"
,
"--host"
,
"0.0.0.0"
,
"--port"
,
"7860"
]