Invert gpu check

This commit is contained in:
Michael Vines
2018-11-07 13:50:29 -08:00
parent 7d76badd03
commit df366017a7

View File

@ -141,11 +141,11 @@ sshPrivateKey="$netConfigDir/id_$prefix"
case $cloudProvider in case $cloudProvider in
gce) gce)
if $enableGpu; then if $enableGpu; then
imageName="ubuntu-1804-bionic-v20181029 --image-project ubuntu-os-cloud"
else
# TODO: GPU image is still 16.04-based pending resolution of # TODO: GPU image is still 16.04-based pending resolution of
# https://github.com/solana-labs/solana/issues/1702 # https://github.com/solana-labs/solana/issues/1702
imageName="ubuntu-16-04-cuda-9-2-new" imageName="ubuntu-16-04-cuda-9-2-new"
else
imageName="ubuntu-1804-bionic-v20181029 --image-project ubuntu-os-cloud"
fi fi
;; ;;
ec2) ec2)