Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
imseldrith
/
chatgpt-web
like
0
Build error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
215f682
chatgpt-web
/
docker-compose
/
readme.md
imseldrith
Upload with huggingface_hub (
#1
)
3d83f0d
over 2 years ago
preview
code
|
raw
Copy download link
history
blame
Safe
250 Bytes
docker-compose 部署教程
将打包好的前端文件放到
nginx/html
目录下
#
启动
docker-compose up -d
#
查看运行状态
docker ps
#
结束运行
docker-compose down