Skip to content

Commit

Permalink
update the default image in gce-provider.sh (#3911)
Browse files Browse the repository at this point in the history
update gce script's image
  • Loading branch information
yihau authored Dec 4, 2024
1 parent d50226b commit 7b597fb
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions net/scripts/gce-provider.sh
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,13 @@ cloud_CreateInstances() {
# the stock Ubuntu 20.04 image and programmatically install CUDA after the
# instance boots
#
imageName="ubuntu-2004-focal-v20201211-with-cuda-10-2 --image-project principal-lane-200702"
# imageName="ubuntu-2004-focal-v20201211-with-cuda-10-2 --image-project principal-lane-200702"

# We don't have custom cuda image for ubnutu 22.04
echo "Error: Not supported" >&2
exit 1
else
# Upstream Ubuntu 20.04 LTS image
imageName="ubuntu-2004-focal-v20220419 --image-project ubuntu-os-cloud"
imageName="ubuntu-2204-jammy-v20241119 --image-project ubuntu-os-cloud"
fi

declare -a nodes
Expand Down

0 comments on commit 7b597fb

Please sign in to comment.