We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f49baca commit f087a91Copy full SHA for f087a91
.github/workflows/docs.yaml
@@ -31,7 +31,7 @@ jobs:
31
# TODO: torchvision and torchaudio shouldn't be needed. They were only added
32
# to silence an error as seen in https://github.com/pytorch/torchcodec/issues/203
33
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 nvidia/label/cuda-12.4.0::cuda-runtime -c conda-forge
+ conda install "ffmpeg=7.0.1" pkg-config cmake "nvidia/label/cuda-12.4.0::cuda-toolkit" "nvidia/label/cuda-12.4.0::cuda-runtime" -c conda-forge
35
ffmpeg -version
36
- name: Build and install torchcodec
37
run: |
0 commit comments