Skip to content

Commit e8f0128

Browse files
committed
.
1 parent 16218ac commit e8f0128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
run: |
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
33-
conda install nvidia/label/cuda-12.4.1::cuda nvidia/label/cuda-12.4.1::cuda-toolkit nvidia/label/cuda-12.4.1::cuda-cudart nvidia/label/cuda-12.4.1::cuda-nvtx nvidia/label/cuda-12.4.1::libnpp
3433
conda install pytorch torchvision torchaudio pytorch-cuda=12.4 -c pytorch-nightly -c nvidia
34+
conda install nvidia/label/cuda-12.4.1::cuda nvidia/label/cuda-12.4.1::cuda-toolkit nvidia/label/cuda-12.4.1::cuda-cudart nvidia/label/cuda-12.4.1::cuda-nvtx nvidia/label/cuda-12.4.1::libnpp
3535
conda install "ffmpeg=7.0.1" pkg-config cmake -c conda-forge
3636
ffmpeg -version
3737
- name: Build and install torchcodec

0 commit comments

Comments
 (0)