Use GPU image with preinstalled NVIDIA drivers #219
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR changes the GPU image to
vggp-v60-gpu-j322-692e75a7c101-main-kernel-4.18.0-477.21.1.el8_8-nvidia
, which has been generated by mountingvggp-v60-gpu-j322-692e75a7c101-main
and installingcuda-10-1
andnvidia-container-toolkit
.This is precisely what cloud-init was doing up to now, but as the driver install requires a kernel update, having the drivers preinstalled means that the first boot already runs the proper kernel version.
This solution is far from ideal, but for various reasons it was difficult to recreate the image from scratch only with the desired changes (I wanted to avoid breaking things as well). In the future we should give more love to the image building process.