Helper function that fills in some defaults passed to gce_vm

gce_vm_gpu(..., return_dots = FALSE)

Arguments

...

arguments passed to gce_vm

return_dots

Only return the settings, do not call gce_vm

Value

A VM object

Details

If not specified, this function will enter defaults to get a GPU instance up and running.

  • acceleratorCount: 1

  • acceleratorType: "nvidia-tesla-p4"

  • scheduling: list(onHostMaintenance = "TERMINATE", automaticRestart = TRUE)

  • image_project: "deeplearning-platform-release"

  • image_family: "tf-latest-cu92"

  • predefined_type: "n1-standard-8"

  • metadata: "install-nvidia-driver" = "True"

See also