Spaces:
Running
Running
Update Dockerfile
Browse files- 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'
|
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
|