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 dd937c6 commit bab07dbCopy full SHA for bab07db
.github/workflows/docs.yaml
@@ -36,8 +36,8 @@ jobs:
36
ffmpeg -version
37
- name: Build and install torchcodec
38
run: |
39
- find $CONDA_PREFIX/lib
40
- find $CONDA_PREFIX/lib64
+ find $CONDA_PREFIX/lib -type f -iname libnvtoolsext\*.so | xargs ldd || true
+ find $CONDA_PREFIX/lib64 -type f -iname libnvtoolsext\*.so | xargs ldd || true
41
ENABLE_CUDA=1 python -m pip install -e ".[dev]" --no-build-isolation -vvv
42
- name: Install doc dependencies
43
0 commit comments