Add Ubuntu 24.04 support for Docker builds (#35386)

Signed-off-by: aasgaonkar <aasgaonkar@nvidia.com>
This commit is contained in:
amey asgaonkar
2026-03-24 13:34:44 -07:00
committed by GitHub
parent 8c47fdfdb1
commit 0c1809c806
4 changed files with 108 additions and 2 deletions

View File

@@ -7,6 +7,9 @@
"PYTHON_VERSION": {
"default": "3.12"
},
"UBUNTU_VERSION": {
"default": "22.04"
},
"BUILD_BASE_IMAGE": {
"default": "nvidia/cuda:12.9.1-devel-ubuntu20.04"
},