lalalic commited on
Commit
45997ae
·
verified ·
1 Parent(s): 4f61505

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -0
Dockerfile CHANGED
@@ -15,4 +15,8 @@ ENV LIBROSA_CACHE_DIR=$HOME/caches
15
  USER root
16
  RUN chmod +x ./ffmpeg
17
  USER user
 
 
 
 
18
  CMD ["gunicorn", "-b", "0.0.0.0:7860", "xtts:app", "--timeout", "120"]
 
15
  USER root
16
  RUN chmod +x ./ffmpeg
17
  USER user
18
+
19
+ RUN git clone --depth 1 https://huggingface.co/coqui/XTTS-v2/
20
+ ENV MODEL_DIR=$HOME/XTTS-v2
21
+
22
  CMD ["gunicorn", "-b", "0.0.0.0:7860", "xtts:app", "--timeout", "120"]