Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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 -
|
|
|
|
| 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 . .
|