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

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 whisperx==3.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.1 \
22
  --force-reinstall
23
  RUN pip install --no-cache-dir \
24
  torch==2.1.2+cpu \