We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bd271d commit 7719d73Copy full SHA for 7719d73
examples/machine-learning/a3-ultragpu-8g/a3ultra-vm.yaml
@@ -105,6 +105,14 @@ deployment_groups:
105
settings:
106
configure_ssh_host_patterns:
107
- $(vars.hostname_prefix)-*
108
+ runners:
109
+ - type: shell
110
+ destination: install-cuda-toolkit.sh
111
+ content: |
112
+ #!/bin/bash
113
+ set -e -o pipefail
114
+ sudo add-nvidia-repositories -y
115
+ sudo apt install -y cuda-toolkit-12-8
116
117
- id: a3ultra-vms
118
source: modules/compute/vm-instance
0 commit comments