sob111 commited on
Commit
3f2ae83
·
verified ·
1 Parent(s): 76a5d7f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -19,6 +19,8 @@ RUN apt-get update && apt-get install -y git wget ffmpeg libsndfile1 unzip \
19
  && pip install --upgrade pip \
20
  && pip install --no-cache-dir -r requirements.txt
21
 
 
 
22
  RUN pip install git+https://github.com/coqui-ai/[email protected]
23
 
24
  # Copiar el resto del proyecto
 
19
  && pip install --upgrade pip \
20
  && pip install --no-cache-dir -r requirements.txt
21
 
22
+ RUN mkdir /tmp/output_model
23
+
24
  RUN pip install git+https://github.com/coqui-ai/[email protected]
25
 
26
  # Copiar el resto del proyecto