Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ci: rebase nvidia-derived docker images on tags we control | Brad King | 2023-01-20 | 1 | -1/+1 |
| | | | | | | | | | According to NVIDIA's container image support policy [1], they will remove tags for older images over time. In order to preserve our ability to rebuild CI images based on them in the future, base them on tags we control. [1] https://gitlab.com/nvidia/container-images/cuda/blob/85fbd45b92/doc/support-policy.md | ||||
* | ci: Add job to test minimal CUDA install (no static libs) | Robert Maynard | 2022-12-06 | 2 | -0/+31 |
Some package managers provide a minimal set of static libraries, which historically has caused problems for FindCUDAToolkit. Resolve this issue by creating a CUDA image with only the minimal set of static libraries. |