Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
snailyp/gemini-balance
lazyfling
/
gemi-bal
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
gemi-bal
/
Dockerfile
lazyfling
Update Dockerfile
5971fa8
verified
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
179 Bytes
FROM
ghcr.io/snailyp/gemini-balance:main
# 暴露端口(如果需要)
EXPOSE
7860
# 启动命令
CMD
[
"uvicorn"
,
"app.main:app"
,
"--host"
,
"0.0.0.0"
,
"--port"
,
"7860"
]