Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -25,7 +25,7 @@ RUN mkdir /tmp/output_model
|
|
| 25 |
|
| 26 |
RUN pip show TTS
|
| 27 |
# RUN which tts_train
|
| 28 |
-
RUN python -m TTS.bin.train --help
|
| 29 |
|
| 30 |
|
| 31 |
# Copiar el resto del proyecto
|
|
|
|
| 25 |
|
| 26 |
RUN pip show TTS
|
| 27 |
# RUN which tts_train
|
| 28 |
+
# RUN python -m TTS.bin.train --help
|
| 29 |
|
| 30 |
|
| 31 |
# Copiar el resto del proyecto
|