Before working with GPUs, ensure you are familiar with the following:
Kommander also accesses GPU resources.
Install GPU support on supported distributions on AWS
Using the Konvoy Image Builder, you can build an image that has support to use Nvidia GPU hardware to support GPU workloads.
-
In your
overrides/nvidia.yaml
file add the following to enable GPU builds. You can also access and use the overrides repo. -
Build your image using the following Konvoy image builder commands:
By default, your image builds in the
us-west-2
region. To specify another region, set the--region
flag:When the command is complete the
ami
id is printed and written to./manifest.json
.To use the built
ami
with Konvoy, specify it with the--ami
flag when calling cluster create.