hafsaabd82 commited on
Commit
92d40f7
·
verified ·
1 Parent(s): d2c78f7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -21,6 +21,7 @@ RUN pip install --no-cache-dir \
21
  --extra-index-url https://download.pytorch.org/whl/cpu \
22
  --force-reinstall
23
  RUN pip install --no-cache-dir \
 
24
  transformers==4.40.1
25
  RUN pip install --no-cache-dir "numpy<2"
26
  COPY requirements.txt .
 
21
  --extra-index-url https://download.pytorch.org/whl/cpu \
22
  --force-reinstall
23
  RUN pip install --no-cache-dir \
24
+ pyannote.audio==3.1.1 \
25
  transformers==4.40.1
26
  RUN pip install --no-cache-dir "numpy<2"
27
  COPY requirements.txt .