Skip to content

Commit ec04204

Browse files
authored
Merge pull request #477 from kmaehashi/sdist-use-el8
Use EL 8 for sdist build
2 parents 18b2d62 + b12b360 commit ec04204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class _SDistConfig(TypedDict):
2222
# Key-value of sdist build settings.
2323
# See descriptions of WHEEL_LINUX_CONFIGS for details.
2424
SDIST_CONFIG: _SDistConfig = {
25-
'image': 'nvidia/cuda:12.0.1-devel-centos7',
25+
'image': 'nvidia/cuda:12.0.1-devel-rockylinux8',
2626
# This image contains NCCL.
2727
'verify_image': 'nvidia/cuda:12.0.1-devel-{system}',
2828
'verify_systems': ['ubuntu22.04'],

0 commit comments

Comments
 (0)