GPU driver support #29364
Talador12
started this conversation in
Suggest an Idea
GPU driver support
#29364
Replies: 1 comment 2 replies
-
It looks feasible but we'd need more specifics about where the list of versions should be fetched from, etc. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Tell us more.
Nvidia (CUDA) and AMD (ROCm) both have dependencies that are required to be updated periodically. These can be in the form of many different files and images.
Here are a few examples:
https://gitlab.com/nvidia/container-images/cuda/-/blob/master/dist/12.4.1/ubuntu2204/base/Dockerfile
https://gitlab.com/nvidia/container-images/cuda/-/blob/master/dist/12.4.1/ubuntu2204/runtime/Dockerfile
Maintaining these upgrades takes a decent amount of manual intervention to ensure every value is updated.
Would it be possible to add support for GPU driver upgrades with renovate?
I am certain you could also work with Nvidia and AMD directly on this, as they are very involved in the open source community to enhance their ecosystems.
Beta Was this translation helpful? Give feedback.
All reactions