We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18b2d62 + b12b360 commit ec04204Copy full SHA for ec04204
dist_config.py
@@ -22,7 +22,7 @@ class _SDistConfig(TypedDict):
22
# Key-value of sdist build settings.
23
# See descriptions of WHEEL_LINUX_CONFIGS for details.
24
SDIST_CONFIG: _SDistConfig = {
25
- 'image': 'nvidia/cuda:12.0.1-devel-centos7',
+ 'image': 'nvidia/cuda:12.0.1-devel-rockylinux8',
26
# This image contains NCCL.
27
'verify_image': 'nvidia/cuda:12.0.1-devel-{system}',
28
'verify_systems': ['ubuntu22.04'],
0 commit comments