Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rclon
/
gb
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
gb
/
Dockerfile
rclon
Update Dockerfile
e9ca0c9
verified
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
111 Bytes
FROM
ghcr.io
/snailyp/g
emini-balance:main
CMD [
"uvicorn"
,
"app.main:app"
,
"--host"
,
"0.0.0.0"
,
"--port"
,
"7860"
]