hafsaabd82 commited on
Commit
91279ce
·
verified ·
1 Parent(s): d3cccaf

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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.9.4
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