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

Try to install NVIDIA driver if not present in the machine #328

Merged
merged 14 commits into from
Oct 9, 2024

Commits on Sep 26, 2024

  1. Try to install NVIDIA driver if not present in the machine

    detect if NVIDIA driver is present by the /proc/driver/nvidia/version
    file and:
    
    * if present, doesn't try to install
    * if not present, try to install using the ubuntu-drivers pkg
    * even if installed, the machine might require reboot. To detect
      this, we check if nvidia-smi command is working.
    gabrielcocenza committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    4469950 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. - install nvidia_utils

    gabrielcocenza committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    b8eee9e View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Add unit tests

    gabrielcocenza committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    0b6f1ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08ba71e View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Add suggestions

    gabrielcocenza committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    d1c3141 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    635619d View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Add NVIDIA strategy

    gabrielcocenza committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    ba9ed08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    406deec View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Apply changes

    gabrielcocenza committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    3fd769f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2de64a0 View commit details
    Browse the repository at this point in the history
  3. fix lint

    gabrielcocenza committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    1272fbf View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. add unit tests

    gabrielcocenza committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    c65725d View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    e355106 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfa9a45 View commit details
    Browse the repository at this point in the history