Skip to content

Commit a657ee8

Browse files
committed
feat: 安装git lfs
1 parent 0e4cdee commit a657ee8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,9 @@ RUN pip install \
2626
tensorrt-cu12-bindings==10.13.3.9 \
2727
tensorrt-cu12-libs==10.13.3.9
2828

29-
# 安装zip
3029
RUN sed -i 's/archive.ubuntu.com/mirrors.aliyun.com/g' /etc/apt/sources.list \
3130
&& sed -i 's/security.ubuntu.com/mirrors.aliyun.com/g' /etc/apt/sources.list \
32-
&& apt update && apt install -y zip
31+
&& apt update && apt install -y zip git-lfs && git lfs install
3332

3433
# 安装 CosyVoice-ttsfrd
3534
RUN git clone https://www.modelscope.cn/iic/CosyVoice-ttsfrd.git pretrained_models/CosyVoice-ttsfrd && \

0 commit comments

Comments
 (0)