Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dan92
/
ChutesAI2API
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
12b6b9c
ChutesAI2API
/
Dockerfile
dan92
Upload 2 files
12b6b9c
verified
5 months ago
raw
Copy download link
history
blame
Safe
146 Bytes
FROM
deanxv/chutesai2api
ENV
API_SECRET=
ENV
TZ=Asia/Shanghai
EXPOSE
7011
VOLUME
[
"/app/chutesai2api/data"
]
CMD
[
"/app/chutesai2api"
]