Skip to content

Commit c29219b

Browse files
committed
.
1 parent 4ef67fd commit c29219b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/linux_cuda_wheel.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
109109
- name: Install cuda runtime dependencies
110110
run: |
111-
conda install --yes nvidia::libnpp nvidia::cuda-nvrtc nvidia::cuda-toolkit nvidia::cuda-cudart
111+
conda install --yes nvidia::libnpp= nvidia::cuda-nvrtc nvidia::cuda-toolkit nvidia::cuda-cudart nvidia::cuda-driver-dev
112112
- name: Install test dependencies
113113
run: |
114114
python -m pip install --pre torchvision --index-url https://download.pytorch.org/whl/nightly/cpu
@@ -133,6 +133,9 @@ jobs:
133133
run: |
134134
find $CONDA_PREFIX -name libtorchcodec\*.so | xargs ldd
135135
find $CONDA_PREFIX -name libcuda\*.so\*
136+
echo $CONDA_PREFIX
137+
find / -name libcuda.so
138+
find / -name libcuda.so.1
136139
python test/decoders/manual_smoke_test.py
137140
- name: Run Python tests
138141
run: |

0 commit comments

Comments
 (0)