Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -33,7 +33,7 @@ RUN pip install --upgrade pip && \
|
|
| 33 |
|
| 34 |
RUN pip install --no-cache-dir "realtimetts[system]>=0.5.5"
|
| 35 |
|
| 36 |
-
|
| 37 |
|
| 38 |
# nur *diese* Engine-Pflicht nachliefern, aber ohne Resolver:
|
| 39 |
# RUN pip install --no-cache-dir pyttsx3==2.90 --no-deps
|
|
|
|
| 33 |
|
| 34 |
RUN pip install --no-cache-dir "realtimetts[system]>=0.5.5"
|
| 35 |
|
| 36 |
+
RUN pip install --no-cache-dir flashinfer-cu121-preview || echo "FlashInfer not available – continuing without."
|
| 37 |
|
| 38 |
# nur *diese* Engine-Pflicht nachliefern, aber ohne Resolver:
|
| 39 |
# RUN pip install --no-cache-dir pyttsx3==2.90 --no-deps
|