Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Jonastech/OneAPI
eggacheb
/
OneAPI
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d5d5ee2
OneAPI
/
Dockerfile
eggacheb
Update Dockerfile
d5d5ee2
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
201 Bytes
FROM
justsong/one-api:latest
EXPOSE
3000
ENV
PORT
3000
ENV
THEME=barry
ENV
GLOBAL_WEB_RATE_LIMIT=
600
ENV
GLOBAL_API_RATE_LIMIT=
1800
RUN
mkdir
/data/logs
RUN
chmod
-R 777 /data
ENTRYPOINT
[
"/one-api"
]