PorYoung commited on
Commit
ea46fe8
1 Parent(s): 2038c2a

fix pip install path

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ WORKDIR /work
4
 
5
  RUN git clone https://github.com/svc-develop-team/so-vits-svc.git && cd so-vits-svc
6
 
7
- RUN pip install --no-cache-dir --upgrade -r /work/requirements.txt
8
 
9
  ENV SERVER_NAME="0.0.0.0"
10
  ENV SERVER_PORT=7860
 
4
 
5
  RUN git clone https://github.com/svc-develop-team/so-vits-svc.git && cd so-vits-svc
6
 
7
+ RUN pip install --no-cache-dir --upgrade -r /work/so-vits-svc/requirements.txt
8
 
9
  ENV SERVER_NAME="0.0.0.0"
10
  ENV SERVER_PORT=7860