1 Star 0 Fork 0

_gzulmc/ChatTTS-ui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.gpu.yaml 491 Bytes
一键复制 编辑 原始数据 按行查看 历史
Nines 提交于 2024-06-05 10:53 . docker 增加cpu版本
services:
chat-tts-ui:
build:
context: .
dockerfile: Dockerfile.gpu
container_name: chat-tts-ui
restart: always
volumes:
- "./:/app"
ports:
- 9966:9966
user: "${UID}:${GID}"
environment:
LOG_LEVEL: DEBUG
WEB_ADDRESS: 0.0.0.0:9966
NVIDIA_VISIBLE_DEVICES: all
command: python3 app.py
deploy:
resources:
reservations:
devices:
- driver: nvidia
capabilities: [gpu]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/lmcloveyby/ChatTTS-ui.git
git@gitee.com:lmcloveyby/ChatTTS-ui.git
lmcloveyby
ChatTTS-ui
ChatTTS-ui
main

搜索帮助