Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ validators:

vars:
sys_net_range: 172.16.0.0/16
source_image_family: ubuntu-accelerator-2204-amd64-with-nvidia-570
source_image: ubuntu-accelerator-2204-amd64-with-nvidia-570-v20251023
source_image_project_id: [ubuntu-os-accelerator-images]
a3mega_partition_name: a3mega
local_mount_homefs: /home
Expand All @@ -36,7 +36,7 @@ vars:
localssd_mountpoint: /mnt/localssd

#Provisioning models (set to true or fill in reservation name, pick only one)
a3mega_reservation_name: "" # supply reservation name
a3mega_reservation_name: ""
a3mega_dws_flex_enabled: false
a3mega_enable_spot_vm: false

Expand Down Expand Up @@ -345,7 +345,7 @@ deployment_groups:
# building this image does not require a GPU-enabled VM but must *not* be
# run on a N-series VM otherwise, the "open" drivers will not install
machine_type: c2-standard-8
source_image_family: $(vars.source_image_family)
source_image: $(vars.source_image)
source_image_project_id: $(vars.source_image_project_id)
image_family: $(vars.final_image_family)
disk_size: $(vars.disk_size_gb)
Expand Down
Loading