machine icon indicating copy to clipboard operation
machine copied to clipboard

Google Driver: support GPUs

Open greuff opened this issue 7 years ago • 1 comments

Currently, it doesn't seem to be possible to provision new machines with GPUs on Google Compute Engine. On the gcloud command line, this switch would add a GPU to the VM: --accelerator=type=nvidia-tesla-p100,count=1.

So for Docker Machine, it could make sense to have a machine option e.g. google-accelerator: nvidia-tesla-p100,count=1

greuff avatar Sep 27 '18 14:09 greuff

FYI, the GitLab fork of Docker Machine supports this now: https://docs.gitlab.com/runner/executors/docker_machine.html#using-gpus-on-google-compute-engine

stanhu avatar Feb 10 '21 05:02 stanhu