HirCoir commited on
Commit
0720389
1 Parent(s): ef29570

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 xz
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