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 disableIMEXChannelCreation feature flag #741

Merged
merged 2 commits into from
Oct 17, 2024
Merged

Commits on Oct 17, 2024

  1. Expose opt-in features in toolkit-container

    This change enables opt-in (off-by-default) features to be opted into.
    These features can be toggled by name by specifying the (repeated)
    --opt-in-features command line argument or as a comma-separated list
    in the NVIDIA_CONTAINER_TOOLKIT_OPT_IN_FEATURES environment variable.
    
    Signed-off-by: Evan Lezar <[email protected]>
    elezar committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    bc9180b View commit details
    Browse the repository at this point in the history
  2. Add disable-imex-channel-creation feature flag

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