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