drewThomasson commited on
Commit
8c8f8df
·
verified ·
1 Parent(s): 1703820

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -34,7 +34,7 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
34
  RUN pip install git+https://github.com/DrewThomasson/coqui-ai-TTS.git@dev
35
 
36
  # Remove vietnamese from the xtts list
37
- RUN sed -i '/"vie": "vi",/d' /path/to/lib/lang.py
38
 
39
  # Expose the required port
40
  EXPOSE 7860
 
34
  RUN pip install git+https://github.com/DrewThomasson/coqui-ai-TTS.git@dev
35
 
36
  # Remove vietnamese from the xtts list
37
+ RUN sed -i '/"vie": "vi",/d' lib/lang.py
38
 
39
  # Expose the required port
40
  EXPOSE 7860