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/libnvidia-container
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.17.3
Choose a base ref
...
head repository: NVIDIA/libnvidia-container
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.17.4
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Jan 15, 2025

  1. [no-relnote] Rename find_library_paths

    This change renames the find_library_paths to find_compat_library_paths
    since this function is used to locate compat libraries in the contianer.
    elezar committed Jan 15, 2025
    Configuration menu
    Copy the full SHA
    076da00 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2025

  1. Add no-cntlibs CLI option to nvidia-container-cli

    This change adds a --no-cntlibs option to the configure and info
    commands of the nvidia-container-cli. This allows the no-cntlibs option
    to be set via the commandline.
    
    If this option is set, the CUDA compat libraries are not mounted into
    the container but are still available to the user.
    
    Signed-off-by: Evan Lezar <[email protected]>
    elezar committed Jan 22, 2025
    Configuration menu
    Copy the full SHA
    7e3642d View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2025

  1. Merge commit from fork

    Add no-cntlibs CLI option to nvidia-container-cli
    elezar authored Jan 23, 2025
    Configuration menu
    Copy the full SHA
    f23e5e5 View commit details
    Browse the repository at this point in the history
Loading