From dffe19c59c565d0113a7558b377a8dd7d7a6233a Mon Sep 17 00:00:00 2001 From: Toanngo Date: Sun, 31 Mar 2019 10:01:22 +0200 Subject: [PATCH] Update GCP gpu image (#4524) --- python/ray/autoscaler/gcp/example-full.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/ray/autoscaler/gcp/example-full.yaml b/python/ray/autoscaler/gcp/example-full.yaml index 9b36fa398..a10c7b3c1 100644 --- a/python/ray/autoscaler/gcp/example-full.yaml +++ b/python/ray/autoscaler/gcp/example-full.yaml @@ -62,7 +62,7 @@ head_node: initializeParams: diskSizeGb: 50 # See https://cloud.google.com/compute/docs/images for more images - sourceImage: projects/ml-images/global/images/family/tf-1-12-gpu + sourceImage: projects/ml-images/global/images/family/tf-1-13-gpu # Additional options can be found in in the compute docs at # https://cloud.google.com/compute/docs/reference/rest/v1/instances/insert @@ -85,7 +85,7 @@ worker_nodes: initializeParams: diskSizeGb: 50 # See https://cloud.google.com/compute/docs/images for more images - sourceImage: projects/ml-images/global/images/family/tf-1-12-gpu + sourceImage: projects/ml-images/global/images/family/tf-1-13-gpu # Run workers on preemtible instance by default. # Comment this out to use on-demand. scheduling: