Specify where VM images are coming from across GCE projects (#7985) (#7986)

automerge
This commit is contained in:
mergify[bot]
2020-01-27 09:02:05 -08:00
committed by Grimes
parent 4a220d7c8e
commit 20426cf251

View File

@ -174,7 +174,7 @@ cloud_CreateInstances() {
# the stock Ubuntu 18.04 image and programmatically install CUDA after the # the stock Ubuntu 18.04 image and programmatically install CUDA after the
# instance boots # instance boots
# #
imageName="ubuntu-1804-bionic-v20181029-with-cuda-10-and-cuda-9-2" imageName="ubuntu-1804-bionic-v20181029-with-cuda-10-and-cuda-9-2 --image-project principal-lane-200702"
else else
# Upstream Ubuntu 18.04 LTS image # Upstream Ubuntu 18.04 LTS image
imageName="ubuntu-1804-bionic-v20190813a --image-project ubuntu-os-cloud" imageName="ubuntu-1804-bionic-v20190813a --image-project ubuntu-os-cloud"