Helper function that fills in some defaults passed to gce_vm
gce_vm_gpu(...)
arguments passed to gce_vm
A VM object
If not specified, this function will enter defaults to get a GPU instance up and running.
use_beta: TRUE
acceleratorCount: 1
acceleratorType: "nvidia-tesla-k80"
scheduling: list(onHostMaintenance = "terminate", automaticRestart = TRUE)
image_project: "centos-cloud"
image_family: "centos-7"
predefined_type: "n1-standard-1"
metadata: the contents of the the startup script in
system.file("startupscripts", "centos7cuda8.sh", package = "googleComputeEngineR")
Other GPU instances: gce_check_gpu
,
gce_list_gpus