Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
agagsder/new-api
hmtxj
/
new-txj
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
new-txj
/
Dockerfile
hmtxj
Update Dockerfile
0bf2c39
verified
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
131 Bytes
FROM
calciumion/new-api:latest
ENV
PORT=
7860
EXPOSE
7860
USER
root
RUN
mkdir
-p /data &&
chmod
777 /data
CMD
[
"--port"
,
"7860"
]