Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ychappyboy
/
one-api
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
one-api
/
Dockerfile
mistpe
Update Dockerfile
73cc9c1
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
180 Bytes
FROM
justsong/one-api
EXPOSE
3000
ENV
PORT
3000
ENV
GLOBAL_WEB_RATE_LIMIT=
600
ENV
GLOBAL_API_RATE_LIMIT=
1800
RUN
mkdir
/data/logs
RUN
chmod
-R 777 /data
ENTRYPOINT
[
"/one-api"
]