-
-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Labels
Description
Hi Mark,
I might be missing something obvious here, but is there a reason that the rocker/r-parallel container isn't among the list of available templates? My thinking is that this could significantly reduce pull+build times of large VM clusters that rely on, say, nested parallelisation.
In other words, instead of
gce_vm_cluster(docker_image = "rocker/r-parallel")we could specify
gce_vm_cluster(template = "r-parallel")and take advantage of the off-the-shelf templating speeds.
(I know that I can add+cache my own parallel container in the registry, but this seems a common enough use-case for googleComputeEngineR that others would benefit from it being one of the package templates.)
Happy to contribute if you're short on time... and provided there's no technical barrier that I'm missing.
Cheers,
Grant
MarkEdmondson1234