File tree Expand file tree Collapse file tree
examples/machine-learning Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments