Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
xxyy95
/
chutes2ai
like
0
Sleeping
App
Files
Files
xet
Community
Fetching metadata from the HF Docker repository...
main
chutes2ai
/
Dockerfile
xxyy95
Rename dockerfile to Dockerfile
41ab404
verified
7 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
190 Bytes
FROM
deanxv/chutesai2api
# 设置工作目录 (可选,如果镜像中没有定义)
WORKDIR
/app/chutesai2api
# 设置变量
ENV
TZ=Asia/Shanghai
ENV
PORT=
7860
# 暴露端口
EXPOSE
7860