mac9087 commited on
Commit
833bda9
·
verified ·
1 Parent(s): ac3c159

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,7 +10,7 @@ ENV TRANSFORMERS_CACHE=/tmp/huggingface/transformers
10
  ENV TORCH_HOME=/tmp/torch
11
  ENV XDG_CACHE_HOME=/tmp
12
  ENV MPLCONFIGDIR=/tmp/matplotlib
13
- ENV TTS_HOME=/tmp/tts # <- This fixes the final Coqui TTS error
14
 
15
  COPY requirements.txt .
16
  RUN pip install --no-cache-dir -r requirements.txt
 
10
  ENV TORCH_HOME=/tmp/torch
11
  ENV XDG_CACHE_HOME=/tmp
12
  ENV MPLCONFIGDIR=/tmp/matplotlib
13
+ ENV TTS_HOME=/tmp/tts
14
 
15
  COPY requirements.txt .
16
  RUN pip install --no-cache-dir -r requirements.txt