There was an error while loading. Please reload this page.
1 parent 0e4cdee commit a657ee8Copy full SHA for a657ee8
1 file changed
Dockerfile
@@ -26,10 +26,9 @@ RUN pip install \
26
tensorrt-cu12-bindings==10.13.3.9 \
27
tensorrt-cu12-libs==10.13.3.9
28
29
-# 安装zip
30
RUN sed -i 's/archive.ubuntu.com/mirrors.aliyun.com/g' /etc/apt/sources.list \
31
&& sed -i 's/security.ubuntu.com/mirrors.aliyun.com/g' /etc/apt/sources.list \
32
- && apt update && apt install -y zip
+ && apt update && apt install -y zip git-lfs && git lfs install
33
34
# 安装 CosyVoice-ttsfrd
35
RUN git clone https://www.modelscope.cn/iic/CosyVoice-ttsfrd.git pretrained_models/CosyVoice-ttsfrd && \
0 commit comments