Tomtom84 commited on
Commit
af95e31
Β·
verified Β·
1 Parent(s): 7ea987a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -23,7 +23,7 @@ RUN pip install --no-cache-dir \
23
  torch==2.3.1+cu121 torchaudio==2.3.1+cu121 \
24
  --index-url https://download.pytorch.org/whl/cu121
25
 
26
- RUN pip install --no-cache-dir vllm==0.9.0
27
 
28
  # Python-AbhΓ€ngigkeiten
29
  COPY --chown=user requirements.txt .
@@ -32,6 +32,8 @@ RUN pip install --upgrade pip && \
32
 
33
  RUN pip install --no-cache-dir "realtimetts[system]==0.3.1" --no-deps
34
 
 
 
35
  EXPOSE 7860
36
 
37
  # ───── Environment ───────────────────────────────────────
 
23
  torch==2.3.1+cu121 torchaudio==2.3.1+cu121 \
24
  --index-url https://download.pytorch.org/whl/cu121
25
 
26
+ RUN pip install --no-cache-dir vllm==0.4.2
27
 
28
  # Python-AbhΓ€ngigkeiten
29
  COPY --chown=user requirements.txt .
 
32
 
33
  RUN pip install --no-cache-dir "realtimetts[system]==0.3.1" --no-deps
34
 
35
+ RUN pip install --no-cache-dir azure-cognitiveservices-speech==1.34.1
36
+
37
  EXPOSE 7860
38
 
39
  # ───── Environment ───────────────────────────────────────