Launch a GPU enabled instance
Helper function that fills in some defaults passed to gce_vm
gce_vm_gpu(..., return_dots = FALSE)
...
: arguments passed to gce_vmreturn_dots
: Only return the settings, do not call gce_vmA VM object
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"
[https://cloud.google.com/deep-learning-vm/docs/quickstart-cli](Deep Learning VM)
Other GPU instances: gce_check_gpu
, gce_list_gpus
Useful links