Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -30,7 +30,7 @@ COPY --chown=user requirements.txt .
|
|
30 |
RUN pip install --upgrade pip && \
|
31 |
pip install --no-cache-dir -r requirements.txt
|
32 |
|
33 |
-
RUN pip install --no-cache-dir "realtimetts[system]
|
34 |
|
35 |
# nur *diese* Engine-Pflicht nachliefern, aber ohne Resolver:
|
36 |
RUN pip install --no-cache-dir pyttsx3==2.90 --no-deps
|
|
|
30 |
RUN pip install --upgrade pip && \
|
31 |
pip install --no-cache-dir -r requirements.txt
|
32 |
|
33 |
+
RUN pip install --no-cache-dir "realtimetts[system]>=0.5.5"
|
34 |
|
35 |
# nur *diese* Engine-Pflicht nachliefern, aber ohne Resolver:
|
36 |
RUN pip install --no-cache-dir pyttsx3==2.90 --no-deps
|