https://github.com/GoogleCloudDataproc/initialization-actions/blob/main/gpu/README.md#default-versions
This table says 2.2-ubuntu22 is tested for CUDA 11.8.
However, the code doesn't seem to agree on this.
|
if ( is_cuda11 && is_ubuntu22 ) ; then |
|
echo "Kernel modules cannot be compiled for CUDA 11 on ${_shortname}" |
|
exit 1 |