【自部署】TTS文本转语音大模型(支持ARM64)
接上文:https://loc.xiu.ee/thread-1436754-1-1.html
arm架构也有需求,于是打包了个arm版,完整docker-compose.yml如下:
arm架构也有需求,于是打包了个arm版,完整docker-compose.yml如下:
- services: cov: image: eureka6688/cosyvoice:arm container_name: cov ports: - "50000:50000" command: ["python", "web.py", "--port", "50000"] stdin_open: true tty: true restart: unless-stopped