Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
lonetest
/
new-api
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
new-api
/
Dockerfile
lonetest
Update Dockerfile
cfd1647
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
196 Bytes
FROM
calciumion/new-api
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"
]