Skip to content

Commit c98878b

Browse files
committed
.
1 parent 26d70a4 commit c98878b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/linux_cuda_wheel.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ jobs:
8888
python -m pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu${{ env.cuda_version_without_periods }}
8989
- name: Install cuda dependencies
9090
run: |
91-
conda install --yes nvidia::libnpp
92-
conda install --yes nvidia::cuda-nvrtc
91+
conda install --yes nvidia::libnpp nvidia::cuda-nvrtc nvidia::cuda-toolkit nvidia::cuda-cudart
9392
- name: Install torchcodec from the wheel
9493
run: |
9594
wheel_path=`find pytorch/torchcodec/dist -type f -name "*.whl"`

0 commit comments

Comments
 (0)