HirCoir commited on
Commit
af84b24
1 Parent(s): e5cbbc6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,7 +20,7 @@ RUN wget https://github.com/rhasspy/piper/releases/download/2023.11.14-2/piper_l
20
  # Extrae el contenido del archivo tar.gz y renombra el binario si es necesario
21
  RUN tar xvf piper_linux_x86_64.tar.gz && \
22
  mv piper piper_temp && \
23
- mv piper_temp/piper .
24
 
25
  # Limpia los archivos temporales
26
  RUN rm -rf piper_temp piper_linux_x86_64.tar.gz
 
20
  # Extrae el contenido del archivo tar.gz y renombra el binario si es necesario
21
  RUN tar xvf piper_linux_x86_64.tar.gz && \
22
  mv piper piper_temp && \
23
+ mv piper_temp/* .
24
 
25
  # Limpia los archivos temporales
26
  RUN rm -rf piper_temp piper_linux_x86_64.tar.gz