Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -6,7 +6,7 @@ RUN pip install --upgrade pip
|
|
| 6 |
RUN pip install --no-cache-dir \
|
| 7 |
transformers==4.33.3 \
|
| 8 |
pyannote.audio==2.1.1 \
|
| 9 |
-
pytorch-lightning==1.
|
| 10 |
|
| 11 |
RUN pip install git+https://github.com/m-bain/whisperx.git@v3.1.0 \
|
| 12 |
--force-reinstall
|
|
|
|
| 6 |
RUN pip install --no-cache-dir \
|
| 7 |
transformers==4.33.3 \
|
| 8 |
pyannote.audio==2.1.1 \
|
| 9 |
+
pytorch-lightning==1.6.5
|
| 10 |
|
| 11 |
RUN pip install git+https://github.com/m-bain/whisperx.git@v3.1.0 \
|
| 12 |
--force-reinstall
|