Skip to content

Commit 7c6c033

Browse files
committed
.
1 parent 243e2ca commit 7c6c033

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
@@ -31,7 +31,8 @@ jobs:
3131
# TODO: torchvision and torchaudio shouldn't be needed. They were only added
3232
# to silence an error as seen in https://github.com/pytorch/torchcodec/issues/203
3333
python -m pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu124
34-
conda install "ffmpeg=7.0.1" pkg-config cmake nvidia/label/cuda-12.4.0::cuda-toolkit -c conda-forge
34+
conda install nvidia/label/cuda-12.4.0::cuda-toolkit
35+
conda install "ffmpeg=7.0.1" pkg-config cmake -c conda-forge
3536
ffmpeg -version
3637
- name: Build and install torchcodec
3738
run: |

0 commit comments

Comments
 (0)