Upgrade GCE GPU image to 18.04
This commit is contained in:
parent
c07d09c011
commit
7ee4dec3f1
|
@ -149,9 +149,7 @@ fi
|
||||||
case $cloudProvider in
|
case $cloudProvider in
|
||||||
gce)
|
gce)
|
||||||
if $enableGpu; then
|
if $enableGpu; then
|
||||||
# TODO: GPU image is still 16.04-based pending resolution of
|
imageName="ubuntu-1804-bionic-v20181029-with-cuda-10-and-cuda-9-2"
|
||||||
# https://github.com/solana-labs/solana/issues/1702
|
|
||||||
imageName="ubuntu-16-04-cuda-9-2-new"
|
|
||||||
else
|
else
|
||||||
imageName="ubuntu-1804-bionic-v20181029 --image-project ubuntu-os-cloud"
|
imageName="ubuntu-1804-bionic-v20181029 --image-project ubuntu-os-cloud"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue