lalalic commited on
Commit
4215f24
·
verified ·
1 Parent(s): 9f9317a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -5
Dockerfile CHANGED
@@ -21,11 +21,11 @@ USER user
21
  RUN mkdir tts
22
  ENV MODEL_DIR=$HOME/tts
23
  WORKDIR $MODEL_DIR
24
- RUN wget -q 'https://coqui.gateway.scarf.sh/hf-coqui/XTTS-v2/main/config.json'
25
- RUN wget -q 'https://coqui.gateway.scarf.sh/hf-coqui/XTTS-v2/main/vocab.json'
26
- RUN wget -q 'https://coqui.gateway.scarf.sh/hf-coqui/XTTS-v2/main/hash.md5'
27
- RUN wget -q 'https://coqui.gateway.scarf.sh/hf-coqui/XTTS-v2/main/speakers_xtts.pth'
28
- RUN wget -q 'https://coqui.gateway.scarf.sh/hf-coqui/XTTS-v2/main/model.pth'
29
 
30
  # RUN git clone --depth 1 https://huggingface.co/coqui/XTTS-v2/
31
 
 
21
  RUN mkdir tts
22
  ENV MODEL_DIR=$HOME/tts
23
  WORKDIR $MODEL_DIR
24
+ RUN wget -nv 'https://coqui.gateway.scarf.sh/hf-coqui/XTTS-v2/main/config.json'
25
+ RUN wget -nv 'https://coqui.gateway.scarf.sh/hf-coqui/XTTS-v2/main/vocab.json'
26
+ RUN wget -nv 'https://coqui.gateway.scarf.sh/hf-coqui/XTTS-v2/main/hash.md5'
27
+ RUN wget -nv 'https://coqui.gateway.scarf.sh/hf-coqui/XTTS-v2/main/speakers_xtts.pth'
28
+ RUN wget -nv 'https://coqui.gateway.scarf.sh/hf-coqui/XTTS-v2/main/model.pth'
29
 
30
  # RUN git clone --depth 1 https://huggingface.co/coqui/XTTS-v2/
31