Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
snailyp/gemini-balance
sinfor
/
g
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
g
/
Dockerfile
sinfor
Update Dockerfile
7633b0d
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
175 Bytes
FROM
ghcr.io/snailyp/gemini-balance:latest
# 暴露端口(如果需要)
EXPOSE
7860
# 启动命令
CMD
[
"uvicorn"
,
"app.main:app"
,
"--host"
,
"0.0.0.0"
,
"--port"
,
"7860"
]