Skip to content

Commit 8864b30

Browse files
committed
.
1 parent 0a8ae5f commit 8864b30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ jobs:
2929
- name: Install torchcodec from nightly
3030
run: |
3131
pip3 install --pre torch torchvision torchaudio torchcodec --index-url https://download.pytorch.org/whl/nightly/cu124
32-
- name: Install FFMPEG
32+
- name: Install FFMPEG and other deps
3333
run: |
34+
conda install cuda-nvrtc=12.4 -c nvidia
3435
conda install ffmpeg=7 -c conda-forge
3536
ffmpeg -version
3637
- name: Install doc dependencies

0 commit comments

Comments
 (0)