From 7ee4dec3f1937c4cbcfbbf6f755c6016e0088c5a Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Mon, 12 Nov 2018 11:10:29 -0800 Subject: [PATCH] Upgrade GCE GPU image to 18.04 --- net/gce.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/net/gce.sh b/net/gce.sh index 2b97a27352..437d960175 100755 --- a/net/gce.sh +++ b/net/gce.sh @@ -149,9 +149,7 @@ fi case $cloudProvider in gce) if $enableGpu; then - # TODO: GPU image is still 16.04-based pending resolution of - # https://github.com/solana-labs/solana/issues/1702 - imageName="ubuntu-16-04-cuda-9-2-new" + imageName="ubuntu-1804-bionic-v20181029-with-cuda-10-and-cuda-9-2" else imageName="ubuntu-1804-bionic-v20181029 --image-project ubuntu-os-cloud" fi