Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dan92
/
DangbeiAI
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d065dd5
DangbeiAI
/
Dockerfile
dan92
Update Dockerfile
d065dd5
verified
about 2 months ago
raw
Copy download link
history
blame
Safe
107 Bytes
FROM
dangbei/api-proxy:latest
EXPOSE
8000
CMD
[
"uvicorn"
,
"app:app"
,
"--host"
,
"0.0.0.0"
,
"--port"
,
"8000"
]