Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +3 -2
Dockerfile
CHANGED
|
@@ -3,9 +3,10 @@ FROM python:3.10-slim
|
|
| 3 |
RUN apt-get update && apt-get install -y ffmpeg libsndfile1 git && rm -rf /var/lib/apt/lists/*
|
| 4 |
|
| 5 |
RUN pip install --upgrade pip
|
| 6 |
-
RUN pip install pyannote.audio==
|
| 7 |
|
| 8 |
-
RUN pip install git+https://github.com/m-bain/whisperx.git@v3.1.1
|
|
|
|
| 9 |
RUN pip install --no-cache-dir \
|
| 10 |
torch==2.1.2+cpu \
|
| 11 |
torchvision==0.16.2+cpu \
|
|
|
|
| 3 |
RUN apt-get update && apt-get install -y ffmpeg libsndfile1 git && rm -rf /var/lib/apt/lists/*
|
| 4 |
|
| 5 |
RUN pip install --upgrade pip
|
| 6 |
+
RUN pip install pyannote.audio==3.0.1
|
| 7 |
|
| 8 |
+
RUN pip install git+https://github.com/m-bain/whisperx.git@v3.1.1 \
|
| 9 |
+
--force-reinstall
|
| 10 |
RUN pip install --no-cache-dir \
|
| 11 |
torch==2.1.2+cpu \
|
| 12 |
torchvision==0.16.2+cpu \
|