There was an error while loading. Please reload this page.
1 parent 7a24b45 commit 0e4cdeeCopy full SHA for 0e4cdee
1 file changed
Dockerfile
@@ -27,8 +27,8 @@ RUN pip install \
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 \\
+RUN sed -i 's/archive.ubuntu.com/mirrors.aliyun.com/g' /etc/apt/sources.list \
+ && sed -i 's/security.ubuntu.com/mirrors.aliyun.com/g' /etc/apt/sources.list \
32
&& apt update && apt install -y zip
33
34
# 安装 CosyVoice-ttsfrd
0 commit comments