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

Fix nvidia container toolkit repos #15096

Merged

Commits on Feb 2, 2023

  1. Use ubuntu18.04 repos for nvidia-container-toolkit

    The ubuntu20.04 and ubunut22.04 repositories are "mirrors" of the
    ubuntu18.04 repository. This change ensures that the ubuntu18.04 repository
    is used regardless of the Ubuntu distribution.
    
    Signed-off-by: Evan Lezar <evanlezar@gmail.com>
    elezar committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    1f0b2eb View commit details
    Browse the repository at this point in the history
  2. Use gpgkey from libnvidia-container repository

    The same gpgkey is served from both the nvidia-container-runtime and
    libnvidia-container repos.
    
    Signed-off-by: Evan Lezar <evanlezar@gmail.com>
    elezar committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    cf066cf View commit details
    Browse the repository at this point in the history
  3. Install nvidia-container-toolkit as top-level package

    As of the NVIDIA Container Toolkit v1.6.0 release the nvidia-container-toolkit
    is the top-level package for installing the NVIDIA container stack with the
    nvidia-container-runtime provided as a meta-package to support "legacy"
    workflows such as this.
    
    This change installs the nvidia-container-toolkit package directly instead.
    
    Note that the nvidia-container-runtime binary is included in this package.
    
    See https://github.com/NVIDIA/nvidia-container-toolkit/releases/tag/v1.6.0
    
    Signed-off-by: Evan Lezar <evanlezar@gmail.com>
    elezar committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    02adbc7 View commit details
    Browse the repository at this point in the history