Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NVIDIA/nvidia-container-toolkit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.17.1
Choose a base ref
...
head repository: NVIDIA/nvidia-container-toolkit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.17.2
Choose a head ref
  • 4 commits
  • 4 files changed
  • 1 contributor

Commits on Nov 15, 2024

  1. Fix NVIDIA_IMEX_CHANNELS handling on legacy images

    For legacy images (images with a CUDA_VERSION set but no CUDA_REQUIRES set), the
    default behaviour for device envvars is to treat non-existence as all.
    
    This change ensures that the NVIDIA_IMEX_CHANNELS envvar is not treated in the same
    way, instead returning no devices if the envvar is not set.
    
    Signed-off-by: Evan Lezar <[email protected]>
    elezar committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    f774cee View commit details
    Browse the repository at this point in the history
  2. Merge pull request #801 from elezar/fix-legacy-nvidia-imex-channels

    Fix NVIDIA_IMEX_CHANNELS handling on legacy images
    elezar authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    70ac1e2 View commit details
    Browse the repository at this point in the history
  3. Bump version for v1.17.2 release

    Signed-off-by: Evan Lezar <[email protected]>
    elezar committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    aac7258 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #802 from elezar/bump-release-v1.17.2

    Bump release v1.17.2
    elezar authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    fa66e4c View commit details
    Browse the repository at this point in the history
Loading