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

Create .so symlinks for driver libraries in container #326

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Apr 15, 2024

  1. Create .so symlinks for driver libraries in container

    This change adds an opt-in feature for creating .so symlinks to
    all injected driver files in a contianer.
    
    If features.dot-so-symlinks = true is set in the config.toml, the creation
    of symlinks for driver files is enabled. This can also be triggered on a
    per-container basis using the envvar NVIDIA_DOT_SO_SYMLINKS=enabled.
    
    Signed-off-by: Evan Lezar <[email protected]>
    elezar committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    9d7a707 View commit details
    Browse the repository at this point in the history
  2. Generate hook to create .so symlinks in CDI

    Signed-off-by: Evan Lezar <[email protected]>
    elezar committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    020f598 View commit details
    Browse the repository at this point in the history