Justin commited on
Commit
c3b8ca0
1 Parent(s): c56a53a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -31,7 +31,7 @@ RUN pip install --no-cache-dir --upgrade tts
31
  RUN pip install --no-cache-dir -r requirements.txt
32
 
33
  RUN git lfs install
34
- RUN git clone https://huggingface.co/voices/VCTK_Indian_and_SouthAfrican model
35
 
36
  # Copy the current directory contents into the container at $HOME/app, setting the owner to the user
37
  COPY --chown=user . $HOME/app
 
31
  RUN pip install --no-cache-dir -r requirements.txt
32
 
33
  RUN git lfs install
34
+ RUN git clone https://huggingface.co/voices/VCTK_Indian_and_SouthAfrican_English model
35
 
36
  # Copy the current directory contents into the container at $HOME/app, setting the owner to the user
37
  COPY --chown=user . $HOME/app