Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
rclon/na
new-one-api
/
api
like
0
Building
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bfde18c
api
/
Dockerfile
rclon
Update Dockerfile
bfde18c
verified
6 months 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"
]