gce_vm_gpu {googleComputeEngineR} | R Documentation |
Launch a GPU enabled instance
Description
Helper function that fills in some defaults passed to gce_vm
Usage
gce_vm_gpu(..., return_dots = FALSE)
Arguments
... |
arguments passed to gce_vm |
return_dots |
Only return the settings, do not call gce_vm |
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"
Value
A VM object
See Also
https://cloud.google.com/deep-learning-vm/docs/quickstart-cli
Other GPU instances: gce_check_gpu
,
gce_list_gpus
[Package googleComputeEngineR version 0.3.0 Index]