接上文:https://www.nodeseek.com/post-462806-1

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