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: