Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Jonastech/OneAPI
michally
/
nnna
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a8794ab
nnna
/
Dockerfile
michally
Update Dockerfile
c331020
verified
about 2 months ago
raw
Copy download link
history
blame
Safe
201 Bytes
FROM
justsong/one-api:latest
EXPOSE
7860
ENV
PORT
7860
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"
]