hafsaabd82 commited on
Commit
a897874
·
verified ·
1 Parent(s): 15707ae

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,7 +18,7 @@ RUN pip install --no-cache-dir \
18
  RUN pip install --no-cache-dir "pip<24.1"
19
 
20
 
21
- RUN pip install git+https://github.com/m-bain/whisperx.git@v3.1.0 \
22
  --force-reinstall
23
  RUN pip install --no-cache-dir \
24
  torch==2.1.2+cpu \
 
18
  RUN pip install --no-cache-dir "pip<24.1"
19
 
20
 
21
+ RUN pip install whisperx==3.1.0 \
22
  --force-reinstall
23
  RUN pip install --no-cache-dir \
24
  torch==2.1.2+cpu \