FLODARELTIH commited on
Commit
ee7db6a
·
verified ·
1 Parent(s): c161dd0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -19,7 +19,8 @@ WORKDIR /app
19
  # -------- Python deps --------
20
  COPY requirements.txt ./requirements.txt
21
  RUN pip install --no-cache-dir --upgrade pip \
22
- && pip install --no-cache-dir -r requirements.txt
 
23
 
24
  # -------- App code --------
25
  COPY . .
 
19
  # -------- Python deps --------
20
  COPY requirements.txt ./requirements.txt
21
  RUN pip install --no-cache-dir --upgrade pip \
22
+ && pip install --no-cache-dir pocket-tts
23
+
24
 
25
  # -------- App code --------
26
  COPY . .