hafsaabd82 commited on
Commit
a2dbf4f
·
verified ·
1 Parent(s): 3b58184

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -31,7 +31,7 @@ RUN pip install --user --no-cache-dir \
31
  --extra-index-url https://download.pytorch.org/whl/cu121 \
32
  --force-reinstall
33
  RUN pip install --user --no-cache-dir \
34
- pyannote.audio \
35
  transformers==4.40.1 \
36
  "numpy<2"
37
 
 
31
  --extra-index-url https://download.pytorch.org/whl/cu121 \
32
  --force-reinstall
33
  RUN pip install --user --no-cache-dir \
34
+ pyannote.audio==3.1.1 \
35
  transformers==4.40.1 \
36
  "numpy<2"
37