"ModelScope tts模型服务,我在自己的机器上安装环境,训练,部署,都没问题,但是要现在要部署到阿里云服务器上,用云效部署容器,为什么安装不上kantts包?请问各位阿里的大佬,有碰见这个问题吗?RUN pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
RUN pip install --upgrade pip -i https://pypi.tuna.tsinghua.edu.cn/simple
RUN pip install --default-timeout=10000 -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn -r requirements.txt
WORKDIR /usr/local/recom/tts-inference/
EXPOSE 8010"
"建议不要用云服务器,直接电信开个动态公网IPpip install kantts -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html
有现成的镜像可以用叭,官方镜像中有这个包的。 此回答整理自钉群“魔搭ModelScope开发者联盟群 ①”"