bottlerocket-os / bottlerocket-os/bottlerocket-kernel-kit
Add additional NVIDIA driver modules to NVIDIA variants
- Dominant language
- Rust
- Stars
- 13
- Forks
- 38
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 21
Description
**What I'd like:**
Currently, some NVIDIA modules are excluded from the build, such as the nvidia-drm module: https://github.com/bottlerocket-os/bottlerocket/blob/develop/packages/kmod-6.1-nvidia/kmod-6.1-nvidia.spec
```
%exclude %{_cross_datadir}/nvidia/tesla/module-objects.d/nvidia-drm.mod.o
%exclude %{_cross_datadir}/nvidia/tesla/module-objects.d/nvidia-drm.o
```
These modules are required for applications that require the full NVIDIA driver, such as those using an X server in the container.
**Any alternatives you've considered:**
It is possible to build a custom image and include these modules, but to reduce toil it would be ideal if a variant already included the full driver.
Contributor guide
Assessment
This issue has not been assessed yet.