Skip to content

Commit 60b06e1

Browse files
committed
.
1 parent bab07db commit 60b06e1

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,7 +30,7 @@ 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::libnpp
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 conda install nvidia/label/cuda-12.4.1::cuda-nvtx nvidia/label/cuda-12.4.1::libnpp
3434
conda install "ffmpeg=7.0.1" pkg-config cmake -c conda-forge
3535
python -m pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu124
3636
ffmpeg -version

0 commit comments

Comments
 (0)