Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -26,7 +26,7 @@ RUN python3 upload-onnx.py
|
|
26 |
RUN mv ${MODELNAME}.onnx /home/app/${MODELNAME}.onnx
|
27 |
RUN mv ${MODELNAME}.onnx.json /home/app/${MODELNAME}.onnx.json
|
28 |
# Instalar App Piper
|
29 |
-
RUN apt install -y wget curl
|
30 |
# Define the base download URL
|
31 |
ENV DOWNLOAD_URL_BASE=https://github.com/rhasspy/piper/releases/download/2023.11.14-2/
|
32 |
WORKDIR /home/app
|
|
|
26 |
RUN mv ${MODELNAME}.onnx /home/app/${MODELNAME}.onnx
|
27 |
RUN mv ${MODELNAME}.onnx.json /home/app/${MODELNAME}.onnx.json
|
28 |
# Instalar App Piper
|
29 |
+
RUN apt install -y wget curl
|
30 |
# Define the base download URL
|
31 |
ENV DOWNLOAD_URL_BASE=https://github.com/rhasspy/piper/releases/download/2023.11.14-2/
|
32 |
WORKDIR /home/app
|