hafsaabd82 commited on
Commit
3856f9c
·
verified ·
1 Parent(s): f575d48

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +6 -0
Dockerfile CHANGED
@@ -24,6 +24,12 @@ RUN pip install --no-cache-dir \
24
  RUN pip install git+https://github.com/m-bain/whisperx.git@v3.1.0 \
25
  --force-reinstall
26
  RUN pip install --no-cache-dir "numpy<2"
 
 
 
 
 
 
27
 
28
  COPY requirements.txt .
29
  RUN pip install -r requirements.txt
 
24
  RUN pip install git+https://github.com/m-bain/whisperx.git@v3.1.0 \
25
  --force-reinstall
26
  RUN pip install --no-cache-dir "numpy<2"
27
+ RUN pip install --no-cache-dir \
28
+ torch==2.1.2+cpu \
29
+ torchvision==0.16.2+cpu \
30
+ torchaudio==2.1.2+cpu \
31
+ --extra-index-url https://download.pytorch.org/whl/cpu \
32
+ --force-reinstall
33
 
34
  COPY requirements.txt .
35
  RUN pip install -r requirements.txt