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 non-cuda-sub-pckages action argument #250

Merged
merged 2 commits into from
Jul 6, 2023
Merged

Add non-cuda-sub-pckages action argument #250

merged 2 commits into from
Jul 6, 2023

Commits on Jul 6, 2023

  1. Don't prepend cuda- prefix to ubuntu package names

    - When writing this tool I noticed the ubuntu packages had the "cuda-"
      prefix.
    - This is not the case for all packages, so let's add a new argument called
      "non-cuda-sub-packages", which behaves the same as "sub-packages",
      except that it only works for ubuntu network installs, and that it
      doesn't prefix the packages with "cuda-".
    - Fixes #249.
    Jimver committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    f5b3331 View commit details
    Browse the repository at this point in the history
  2. Update dist

    Jimver committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    50d76cc View commit details
    Browse the repository at this point in the history