Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
polarbearblue
/
lmarenaai
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
lmarenaai
/
Dockerfile
kongwi949
Update Dockerfile
82edd6a
verified
26 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
115 Bytes
FROM
deanxv/lmarena2api:latest
EXPOSE
10088
CMD
[
"uvicorn"
,
"app.main:app"
,
"--host"
,
"0.0.0.0"
,
"--port"
,
"10088"
]