Skip to content

Commit 8608095

Browse files
authored
Merge pull request #4455 from GoogleCloudPlatform/main
Merge v1.59.2 to develop
2 parents aa819ed + 91cc289 commit 8608095

2 files changed

Lines changed: 4 additions & 38 deletions

File tree

examples/machine-learning/a3-ultragpu-8g/a3ultra-slurm-blueprint.yaml

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ vars:
2424
# Image settings
2525
base_image:
2626
project: ubuntu-os-accelerator-images
27-
image: ubuntu-accelerator-2204-amd64-with-nvidia-570-v20250712
27+
image: ubuntu-accelerator-2204-amd64-with-nvidia-570-v20250722
2828
image_build_machine_type: n2-standard-16
2929
build_slurm_from_git_ref: 6.10.0
3030
# Cluster env settings
@@ -130,24 +130,7 @@ deployment_groups:
130130
ansible.builtin.apt:
131131
deb: "{{ cuda_repo_filename }}"
132132
state: present
133-
# The following 2 tasks work around a temporary issue with Ubuntu
134-
# packaging of NVIDIA 570 driver series for kernel 6.8.0-1032
135-
# This command ensures that any holds are removed before attempting an upgrade.
136-
# We ignore failures in case the packages were not held.
137-
- name: Unhold NVIDIA driver packages
138-
ansible.builtin.command:
139-
cmd: apt-mark unhold linux-modules-nvidia-570-server-open-gcp linux-modules-nvidia-570-server-open-6.8.0-1032-gcp
140-
become: true
141-
changed_when: false
142-
failed_when: false
143-
- name: Install latest NVIDIA driver metapackage and kernel module
144-
ansible.builtin.apt:
145-
name:
146-
- linux-modules-nvidia-570-server-open-gcp
147-
- linux-modules-nvidia-570-server-open-6.8.0-1032-gcp
148-
state: latest
149-
update_cache: yes
150-
become: true
133+
151134
- name: Reduce NVIDIA repository priority
152135
ansible.builtin.copy:
153136
dest: /etc/apt/preferences.d/cuda-repository-pin-600

examples/machine-learning/a4-highgpu-8g/a4high-slurm-blueprint.yaml

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ vars:
2424
# Image settings
2525
base_image:
2626
project: ubuntu-os-accelerator-images
27-
image: ubuntu-accelerator-2204-amd64-with-nvidia-570-v20250712
27+
image: ubuntu-accelerator-2204-amd64-with-nvidia-570-v20250722
2828
image_build_machine_type: n2-standard-16
2929
build_slurm_from_git_ref: 6.10.0
3030
# Cluster env settings
@@ -131,24 +131,7 @@ deployment_groups:
131131
ansible.builtin.apt:
132132
deb: "{{ cuda_repo_filename }}"
133133
state: present
134-
# The following 2 tasks work around a temporary issue with Ubuntu
135-
# packaging of NVIDIA 570 driver series for kernel 6.8.0-1032
136-
# This command ensures that any holds are removed before attempting an upgrade.
137-
# We ignore failures in case the packages were not held.
138-
- name: Unhold NVIDIA driver packages
139-
ansible.builtin.command:
140-
cmd: apt-mark unhold linux-modules-nvidia-570-server-open-gcp linux-modules-nvidia-570-server-open-6.8.0-1032-gcp
141-
become: true
142-
changed_when: false
143-
failed_when: false
144-
- name: Install latest NVIDIA driver metapackage and kernel module
145-
ansible.builtin.apt:
146-
name:
147-
- linux-modules-nvidia-570-server-open-gcp
148-
- linux-modules-nvidia-570-server-open-6.8.0-1032-gcp
149-
state: latest
150-
update_cache: yes
151-
become: true
134+
152135
- name: Reduce NVIDIA repository priority
153136
ansible.builtin.copy:
154137
dest: /etc/apt/preferences.d/cuda-repository-pin-600

0 commit comments

Comments
 (0)