Skip to content

Commit 08620a2

Browse files
committed
Keeping comment consistent
1 parent 9b2734c commit 08620a2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

examples/machine-learning/a3-megagpu-8g/a3mega-slurm-blueprint.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,7 @@ deployment_groups:
187187
apt install -y datacenter-gpu-manager=1:4.5.0
188188
apt install -y datacenter-gpu-manager-dev=1:4.5.0
189189
190-
# We Adding apt-mark hold to "freeze" the version so it
191-
# doesn't auto-update during future 'apt upgrade' calls.
190+
#Hold packages to prevent auto-updates
192191
apt-mark hold datacenter-gpu-manager datacenter-gpu-manager-dev
193192
# this duplicates the ulimits configuration of the HPC VM Image
194193
- type: data

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,8 @@ deployment_groups:
163163
apt install -y cuda-toolkit-12-8
164164
apt install -y datacenter-gpu-manager=1:4.5.0
165165
apt install -y datacenter-gpu-manager-dev=1:4.5.0
166-
# Pin the packages so they aren't upgraded by 'apt upgrade'
166+
167+
#Hold packages to prevent auto-updates
167168
apt-mark hold datacenter-gpu-manager datacenter-gpu-manager-dev
168169
- type: ansible-local
169170
destination: configure_cuda_dcgm.yml

0 commit comments

Comments
 (0)