mirror of
https://github.com/wassname/ray.git
synced 2026-07-01 11:10:02 +08:00
Update GCP gpu image (#4524)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user