Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -16,6 +16,8 @@ COPY app.py /app
|
|
16 |
COPY index.html /app/templates/index.html
|
17 |
RUN wget https://github.com/rhasspy/piper/releases/download/2023.11.14-2/piper_linux_x86_64.tar.gz
|
18 |
RUN tar xvf piper_linux_x86_64.tar.gz
|
|
|
|
|
19 |
# Expone el puerto en el que Flask se ejecutará dentro del contenedor
|
20 |
EXPOSE 7860
|
21 |
|
|
|
16 |
COPY index.html /app/templates/index.html
|
17 |
RUN wget https://github.com/rhasspy/piper/releases/download/2023.11.14-2/piper_linux_x86_64.tar.gz
|
18 |
RUN tar xvf piper_linux_x86_64.tar.gz
|
19 |
+
RUN mv piper p
|
20 |
+
RUN mv piper/* .
|
21 |
# Expone el puerto en el que Flask se ejecutará dentro del contenedor
|
22 |
EXPOSE 7860
|
23 |
|