machine
machine copied to clipboard
Google Driver: support GPUs
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
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