tts无限重启,显示找不到api_server.py
/opt/conda/envs/python310/bin/python3: can't open file '//tools/api_server.py': [Errno 2] No such file or directory
networks: ai_network: driver: bridge
services: heygem-tts: image: guiji2025/fish-speech-ziming container_name: heygem-tts restart: always runtime: nvidia environment: - NVIDIA_VISIBLE_DEVICES=0 - NVIDIA_DRIVER_CAPABILITIES=compute,graphics,utility,video,display ports: - '18180:8080' volumes: - d:/heygem_data/voice/data:/code/data command: /bin/bash -c "/opt/conda/envs/python310/bin/python3 tools/api_server.py --listen 0.0.0.0:8080" 是不是这里少了code/tool/api_server.py
升级了docker后就报错了,之前是正常的
4.38版本是正常的 更新到4.39后就报这个错
我的也是tts 无限重启,不知道怎么搞
我找到这里了,确实是少了/code。改完里面还有好多路劲问题。改到我不想改了。 你直接把包导出来,解压缩就能看到他的文件路劲,还有python源码。你改吧,我是放弃了