aws-virtual-gpu-device-plugin
aws-virtual-gpu-device-plugin copied to clipboard
Specify version for nvidia/cuda as "latest" tag has been deprecated
Issue #, if available: #15
Description of changes: As "latest" tag has been deprecated, need to specify a version instead of "latest"
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
This is needed as it breaks the example here: https://aws.amazon.com/blogs/opensource/virtual-gpu-device-plugin-for-inference-workload-in-kubernetes/ I had to make a manual edit to the .yml I was applying from the example here.
the "image: nvidia/cuda:cuda:11.3.0-runtime-ubuntu18.04" should be "image: nvidia/cuda:11.3.0-runtime-ubuntu18.04" instead.
https://github.com/awslabs/aws-virtual-gpu-device-plugin/pull/22