docker-archive / infrakit.gcp

Infrakit plugins for Google Cloud Platform.
Apache License 2.0
12 stars 13 forks source link

Support instances with GPUs #40

Open dgageot opened 7 years ago

dgageot commented 7 years ago

Here's a sample REST for a VM with GPUs:

  "guestAccelerators": [
    {
      "acceleratorType": "projects/code-story-blog/zones/europe-west1-b/acceleratorTypes/nvidia-tesla-k80",
      "acceleratorCount": 2
    }
  ]

Beware that not all zones support GPUs

dgageot commented 7 years ago

This is not yet supported by Google's Go Api