neuroama commited on
Commit
ff00577
·
1 Parent(s): d3f839a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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