Skip to content

Commit aa819ed

Browse files
authored
Merge pull request #4454 from samskillman/fix/build-service-image-kernel-mismatch
Fix build-service-image nvidia/kernel/lustre mismatch
2 parents 3a4c22b + 7302339 commit aa819ed

1 file changed

Lines changed: 1 addition & 19 deletions

File tree

examples/machine-learning/build-service-images/common/blueprint.yaml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -81,24 +81,6 @@ deployment_groups:
8181
ansible.builtin.apt:
8282
deb: "{{ cuda_repo_filename }}"
8383
state: present
84-
# The following 2 tasks work around a temporary issue with Ubuntu
85-
# packaging of NVIDIA 570 driver series for kernel 6.8.0-1032
86-
# This command ensures that any holds are removed before attempting an upgrade.
87-
# We ignore failures in case the packages were not held.
88-
- name: Unhold NVIDIA driver packages
89-
ansible.builtin.command:
90-
cmd: apt-mark unhold linux-modules-nvidia-570-server-open-gcp linux-modules-nvidia-570-server-open-6.8.0-1032-gcp
91-
become: true
92-
changed_when: false
93-
failed_when: false
94-
- name: Install latest NVIDIA driver metapackage and kernel module
95-
ansible.builtin.apt:
96-
name:
97-
- linux-modules-nvidia-570-server-open-gcp
98-
- linux-modules-nvidia-570-server-open-6.8.0-1032-gcp
99-
state: latest
100-
update_cache: yes
101-
become: true
10284
- name: Reduce NVIDIA repository priority
10385
ansible.builtin.copy:
10486
dest: /etc/apt/preferences.d/cuda-repository-pin-600
@@ -192,7 +174,7 @@ deployment_groups:
192174
disk_size: 100
193175
machine_type: n2-standard-16
194176

195-
source_image: ubuntu-accelerator-2204-amd64-with-nvidia-570-v20250712
177+
source_image: ubuntu-accelerator-2204-amd64-with-nvidia-570-v20250722
196178
source_image_project_id: [ubuntu-os-accelerator-images]
197179

198180
image_family: $(vars.family)

0 commit comments

Comments
 (0)