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 f1cf7c3 commit ecb5cb9Copy full SHA for ecb5cb9
.github/workflows/linux_cuda_wheel.yaml
@@ -53,7 +53,7 @@ jobs:
53
package-name: torchcodec
54
trigger-event: ${{ github.event_name }}
55
build-platform: "python-build-package"
56
- build-command: "BUILD_AGAINST_ALL_FFMPEG_FROM_S3=1 ENABLE_CUDA=1 LDFLAGS=\"-Wl,--allow-shlib-undefined -Wl,-rpath,$CONDA_PREFIX/lib -Wl,-rpath-link,$CONDA_PREFIX/lib -L$CONDA_PREFIX/lib\" python -m build --wheel -vvv --no-isolation"
+ build-command: "BUILD_AGAINST_ALL_FFMPEG_FROM_S3=1 ENABLE_CUDA=1 python -m build --wheel -vvv --no-isolation"
57
58
install-and-test:
59
runs-on: linux.4xlarge.nvidia.gpu
0 commit comments