Tomtom84 commited on
Commit
0274aed
·
verified ·
1 Parent(s): eff631d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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
- # RUN pip install --no-cache-dir "flashinfer-cu121"
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