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

Add creation of select driver symlinks to CDI spec #724

Open
wants to merge 1 commit into
base: release-1.16
Choose a base branch
from

Commits on Oct 1, 2024

  1. Add creation of select driver symlinks to CDI spec

    This change aligns the creation of symlinks under CDI with
    the implementation in libnvidia-container. If the driver libraries
    are present, the following symlinks are created:
    
    * {{ .LibRoot }}/libcuda.so -> libcuda.so.1
    * {{ .LibRoot }}/libnvidia-opticalflow.so -> libnvidia-opticalflow.so.1
    * {{ .LibRoot }}/libGLX_indirect.so.0 -> libGLX_nvidia.so.{{ .Version }}
    
    Signed-off-by: Evan Lezar <[email protected]>
    elezar committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    838910d View commit details
    Browse the repository at this point in the history