krypton-byte commited on
Commit
24c4605
1 Parent(s): 73c5fd7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -27,5 +27,6 @@ RUN mv rvc-space rvc
27
  WORKDIR $HOME/rvc
28
  RUN git lfs install
29
  RUN git lfs pull
 
30
  RUN pip install --no-cache-dir -r requirements.txt
31
  CMD python app.py
 
27
  WORKDIR $HOME/rvc
28
  RUN git lfs install
29
  RUN git lfs pull
30
+ RUN python merge_external_models.py
31
  RUN pip install --no-cache-dir -r requirements.txt
32
  CMD python app.py