Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
rclon/na
coteerratu
/
na
like
0
Running
App
Files
Files
Community
bfde18c
na
/
Dockerfile
rclon
Update Dockerfile
bfde18c
verified
21 days ago
raw
Copy download link
history
blame
Safe
183 Bytes
# Use the base image
FROM
pengzhile/new-api
# Create /data directory and set permissions
RUN
mkdir
-p /data &&
chmod
777 /data
# Set the entrypoint
ENTRYPOINT
[
"/one-api"
]