Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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 .
|