Tomtom84 commited on
Commit
c6d4d5b
·
verified ·
1 Parent(s): 5d1b13c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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]==0.3.1" --no-deps
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