HirCoir commited on
Commit
ae906e6
1 Parent(s): 4beb109

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -2
Dockerfile CHANGED
@@ -6,8 +6,9 @@ RUN useradd -m -u 1000 app
6
 
7
  # Establece el directorio de trabajo dentro del contenedor
8
  WORKDIR /home/app
9
- RUN wget https://huggingface.co/HirCoir/Piper-models/resolve/main/kamora.onnx; wget https://huggingface.co/HirCoir/Piper-models/resolve/main/kamora.onnx.json
10
- RUN wget https://huggingface.co/HirCoir/Piper-models/resolve/main/es_MX-locutor-18488-epoch-high.onnx; wget https://huggingface.co/HirCoir/Piper-models/resolve/main/es_MX-locutor-18488-epoch-high.onnx.json
 
11
  # Actualiza pip para asegurarte de tener la última versión
12
  RUN pip install --upgrade pip
13
 
 
6
 
7
  # Establece el directorio de trabajo dentro del contenedor
8
  WORKDIR /home/app
9
+ RUN wget https://huggingface.co/HirCoir/piper-all-models/resolve/main/es_MX-sorah.onnx; wget https://huggingface.co/HirCoir/piper-all-models/resolve/main/es_MX-sorah.onnx.json
10
+ RUN wget https://huggingface.co/HirCoir/piper-all-models/resolve/main/kamora.onnx; wget https://huggingface.co/HirCoir/piper-all-models/resolve/main/kamora.onnx.json
11
+ RUN wget https://huggingface.co/HirCoir/piper-all-models/resolve/main/es_MX-locutor-18488-epoch-high.onnx; wget https://huggingface.co/HirCoir/piper-all-models/resolve/main/es_MX-locutor-18488-epoch-high.onnx.json
12
  # Actualiza pip para asegurarte de tener la última versión
13
  RUN pip install --upgrade pip
14