Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hins111
/
new-api
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
new-api
/
Dockerfile
hins111
Update Dockerfile
b143bdf
verified
10 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
115 Bytes
FROM
calciumion/new-api:latest
USER
root
RUN
mkdir
-p /data/logs && \
chmod
-R 777 /data/logs
EXPOSE
3000