Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: split nvidia akmods into distinct images #54

Merged
merged 5 commits into from
Aug 25, 2023
Merged

Commits on Aug 25, 2023

  1. feat: split nvidia akmods into distinct images

    In order to make both build time and minimize excess space used by
    consumers of akmods images, it is helpful to split the nvidia drivers
    each into their own distinct image.
    
    The original `akmods` image returns to its very small (currently 1.7MB)
    size, and the new `akmods-nvidia` images will each be only the size of
    their respective kmod.
    bsherman committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    34be54c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b51f141 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd38a80 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a914a92 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a132634 View commit details
    Browse the repository at this point in the history