Hugging Face
Models
Datasets
Spaces
Posts
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...
main
gb-share
/
Dockerfile
tang-x
Update Dockerfile
dedf4cb
verified
18 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
174 Bytes
FROM
ghcr.io/snailyp/gemini-balance:
1.5
.
8
# 暴露端口(如果需要)
EXPOSE
7860
# 启动命令
CMD
[
"uvicorn"
,
"app.main:app"
,
"--host"
,
"0.0.0.0"
,
"--port"
,
"7860"
]