summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/docker/cuda11.8-minimal
Commit message (Collapse)AuthorAgeFilesLines
* ci: rebase nvidia-derived docker images on tags we controlBrad King2023-01-201-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 Maynard2022-12-062-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.