From 20426cf2512b6b6bbcdff0524f1c95fd217e36a6 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2020 09:02:05 -0800 Subject: [PATCH] Specify where VM images are coming from across GCE projects (#7985) (#7986) automerge --- net/scripts/gce-provider.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/scripts/gce-provider.sh b/net/scripts/gce-provider.sh index b4b52ff97a..e0d6987d8b 100755 --- a/net/scripts/gce-provider.sh +++ b/net/scripts/gce-provider.sh @@ -174,7 +174,7 @@ cloud_CreateInstances() { # the stock Ubuntu 18.04 image and programmatically install CUDA after the # 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 # Upstream Ubuntu 18.04 LTS image imageName="ubuntu-1804-bionic-v20190813a --image-project ubuntu-os-cloud"