sob111 commited on
Commit
ba8de6f
·
verified ·
1 Parent(s): 44046ff

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -32,5 +32,5 @@ RUN pip show TTS
32
  COPY . .
33
 
34
  # Comando por defecto
35
- CMD ["python", "app.py"]
36
- # CMD ["python", "finetune_xtts_hf.py"]
 
32
  COPY . .
33
 
34
  # Comando por defecto
35
+ # CMD ["python", "app.py"]
36
+ CMD ["python", "finetune_xtts_hf.py"]