google / gvisor

Application Kernel for Containers
https://gvisor.dev
Apache License 2.0
15.86k stars 1.3k forks source link

Downgrade GPU smoke test to CUDA 12.2.2. #11147

Closed copybara-service[bot] closed 2 weeks ago

copybara-service[bot] commented 2 weeks ago

Downgrade GPU smoke test to CUDA 12.2.2.

Per https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html#id5, CUDA 12.3.0 requires driver >=545.23.06, while CUDA 12.2.2 requires driver >=535.104.05. Per nvproxy/version.go, 535.104.05 is currently the oldest driver version we support.