Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
snailyp/gemini-balance
tang-x
/
gb-share
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
0f88c7e
gb-share
/
Dockerfile
snailyp
Update Dockerfile
297f159
verified
8 months ago
raw
Copy download link
history
blame
Safe
119 Bytes
FROM
snailyp/openai-compatible-balance
EXPOSE
8000
CMD
[
"uvicorn"
,
"main:app"
,
"--host"
,
"0.0.0.0"
,
"--port"
,
"8000"
]