File tree Expand file tree Collapse file tree 4 files changed +24
-0
lines changed
examples/machine-learning Expand file tree Collapse file tree 4 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,12 @@ deployment_groups:
5656 - 10.3.0.*
5757 - $(vars.slurm_cluster_name)*
5858 runners :
59+ - type : data
60+ destination : /etc/apt/preferences.d/block-broken-nvidia-container
61+ content : |
62+ Package: nvidia-container-toolkit nvidia-container-toolkit-base libnvidia-container-tools libnvidia-container1
63+ Pin: version 1.17.7-1
64+ Pin-Priority: 100
5965 - type : shell
6066 destination : workaround_apt_change.sh
6167 content : |
Original file line number Diff line number Diff line change @@ -53,6 +53,12 @@ deployment_groups:
5353 enabled : true
5454 world_writable : true
5555 runners :
56+ - type : data
57+ destination : /etc/apt/preferences.d/block-broken-nvidia-container
58+ content : |
59+ Package: nvidia-container-toolkit nvidia-container-toolkit-base libnvidia-container-tools libnvidia-container1
60+ Pin: version 1.17.7-1
61+ Pin-Priority: 100
5662 # it is important that kernel upgrades do not occur before running the
5763 # solution for building Slurm (which doesn't handle them well on the fly)
5864 # if you follow this rule, any module which supports DKMS will be
Original file line number Diff line number Diff line change @@ -63,6 +63,12 @@ deployment_groups:
6363 enabled : true
6464 world_writable : true
6565 runners :
66+ - type : data
67+ destination : /etc/apt/preferences.d/block-broken-nvidia-container
68+ content : |
69+ Package: nvidia-container-toolkit nvidia-container-toolkit-base libnvidia-container-tools libnvidia-container1
70+ Pin: version 1.17.7-1
71+ Pin-Priority: 100
6672 - type : shell
6773 destination : disable_unattended_upgrades.sh
6874 content : |
Original file line number Diff line number Diff line change @@ -64,6 +64,12 @@ deployment_groups:
6464 enabled : true
6565 world_writable : true
6666 runners :
67+ - type : data
68+ destination : /etc/apt/preferences.d/block-broken-nvidia-container
69+ content : |
70+ Package: nvidia-container-toolkit nvidia-container-toolkit-base libnvidia-container-tools libnvidia-container1
71+ Pin: version 1.17.7-1
72+ Pin-Priority: 100
6773 - type : shell
6874 destination : disable_unattended_upgrades.sh
6975 content : |
You can’t perform that action at this time.
0 commit comments