Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
arronlx
/
lmarena2api
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b2d44ee
lmarena2api
/
Dockerfile
arronlx
Update Dockerfile
b2d44ee
verified
13 days ago
raw
Copy download link
history
blame
Safe
156 Bytes
FROM
ghcr.io/deanxv/lmarena2api
WORKDIR
/app/lmarena2api
RUN
mkdir
-p /app/data \
&&
chmod
-R a+rwX /app/data
VOLUME
/app/lmarena2api/data
EXPOSE
10088