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 @@ -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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments