|
接上文:https://205205.xyz/thread-1436754-1-1.html
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
复制代码 |
|