Tomtom84 commited on
Commit
75ad871
Β·
verified Β·
1 Parent(s): ed5f9d1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -2
Dockerfile CHANGED
@@ -33,6 +33,8 @@ RUN pip install --upgrade pip && \
33
 
34
  RUN pip install --no-cache-dir "realtimetts[system]>=0.5.5"
35
 
 
 
36
  # nur *diese* Engine-Pflicht nachliefern, aber ohne Resolver:
37
  # RUN pip install --no-cache-dir pyttsx3==2.90 --no-deps
38
 
@@ -44,8 +46,8 @@ EXPOSE 7860
44
 
45
  # ───── Environment ───────────────────────────────────────
46
 
47
- ENV ORPHEUS_MODEL=SebastianBodza/Kartoffel_Orpheus-3B_german_natural-v0.1
48
- ENV MODEL_ID="SebastianBodza/Kartoffel_Orpheus-3B_german_natural-v0.1"
49
  ENV ORPHEUS_API_URL=http://127.0.0.1:1234
50
 
51
  # ───── Entrypoint ────────────────────────────────────────
 
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
40
 
 
46
 
47
  # ───── Environment ───────────────────────────────────────
48
 
49
+ ENV ORPHEUS_MODEL=SebastianBodza/Kartoffel_Orpheus-3B_german_synthetic-v0.1
50
+ ENV MODEL_ID="SebastianBodza/Kartoffel_Orpheus-3B_german_synthetic-v0.1"
51
  ENV ORPHEUS_API_URL=http://127.0.0.1:1234
52
 
53
  # ───── Entrypoint ────────────────────────────────────────