Learn R Programming

googleComputeEngineR (version 0.2.0)

gce_vm_gpu: Launch a GPU enabled instance

Description

Helper function that fills in some defaults passed to gce_vm

Usage

gce_vm_gpu(...)

Arguments

...

arguments passed to gce_vm

Value

A VM object

Details

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")

See Also

Other GPU instances: gce_check_gpu, gce_list_gpus