Skip to content

Commit dfd5ade

Browse files
authored
Add nvidia-cuda build flavor (#1175)
1 parent 64c5293 commit dfd5ade

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

reference_data/platform_flavors.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1048,3 +1048,20 @@
10481048
make bzip2 gzip gcc coreutils unzip shadow-utils diffutils cpio bash gawk rpm-build
10491049
info patch util-linux findutils grep zlib scl-utils scl-utils-build git-core epel-rpm-macros
10501050
kernel-rpm-macros
1051+
1052+
- name: nvidia-cuda
1053+
repositories:
1054+
- name: nvidia-cuda
1055+
arch: x86_64
1056+
type: rpm
1057+
url: https://developer.download.nvidia.com/compute/cuda/repos/rhel$releasever/x86_64
1058+
production: false
1059+
debug: false
1060+
priority: 10
1061+
- name: nvidia-cuda
1062+
arch: aarch64
1063+
type: rpm
1064+
url: https://developer.download.nvidia.com/compute/cuda/repos/rhel$releasever/aarch64
1065+
production: false
1066+
debug: false
1067+
priority: 10

0 commit comments

Comments
 (0)