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