Tomtom84 commited on
Commit
eff631d
·
verified ·
1 Parent(s): 881ca99

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"
37
 
38
  # nur *diese* Engine-Pflicht nachliefern, aber ohne Resolver:
39
  # RUN pip install --no-cache-dir pyttsx3==2.90 --no-deps