Hey Everyone!
New CUDA edge images are being released for CUDA 11 and CUDA 12.
These edge images are available with the following tags:
linux-cuda-11:edge
linux-cuda-12:edge
What’s New
- Updated package versions across both CUDA 11 and CUDA 12 images
CUDA
CUDA-enabled edge images have been updated for both CUDA 11 and CUDA 12. These images are now available with the following tags:
linux-cuda-11:edge
linux-cuda-12:edge
For guidance on utilizing these images, please refer to our documentation on: Using the GPU execution environment - CircleCI
Example
Here’s a quick usage example:
version: 2.1
workflows:
main:
jobs:
- build
jobs:
build:
machine:
image: linux-cuda-12:edge
steps:
- checkout
- run: echo "Do some things"
CUDA Versions
For detailed CUDA version comparisons, please refer to the May 2025 Release Notes.