|
|
@@ -170,7 +170,6 @@ cloud_CreateInstances() {
|
|
|
declare optionalBootDiskType="${10:-pd-ssd}"
|
|
|
declare optionalAdditionalDiskSize="${11}"
|
|
|
declare optionalPreemptible="${12}"
|
|
|
- #declare sshPrivateKey="${13}" # unused
|
|
|
|
|
|
if $enableGpu; then
|
|
|
# Custom Ubuntu 20.04 LTS image with CUDA 10.2 installed
|
|
|
@@ -185,7 +184,7 @@ cloud_CreateInstances() {
|
|
|
echo "Error: Not supported" >&2
|
|
|
exit 1
|
|
|
else
|
|
|
- imageName="ubuntu-2204-jammy-v20241119 --image-project ubuntu-os-cloud"
|
|
|
+ imageName="ubuntu-2404-noble-amd64-v20250709 --image-project ubuntu-os-cloud"
|
|
|
fi
|
|
|
|
|
|
declare -a nodes
|