Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -19,7 +19,6 @@ WORKDIR /workspace/so-vits-svc
|
|
19 |
COPY so-vits-svc/requirements.txt .
|
20 |
|
21 |
|
22 |
-
|
23 |
# 安装 Transformers 依赖
|
24 |
RUN pip install --no-cache-dir -r requirements.txt
|
25 |
|
|
|
19 |
COPY so-vits-svc/requirements.txt .
|
20 |
|
21 |
|
|
|
22 |
# 安装 Transformers 依赖
|
23 |
RUN pip install --no-cache-dir -r requirements.txt
|
24 |
|