-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from jamesbeedy/cleanups
- Loading branch information
Showing
6 changed files
with
75 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
options: | ||
driver-package: | ||
centos-driver-package: | ||
type: string | ||
default: "nvidia-driver-latest-dkms" | ||
description: | | ||
Driver package to be installed (centos only). | ||
Driver package to be installed on centos7. Default is `nvidia-driver-latest-dkms`. | ||
ubuntu-driver-package: | ||
type: string | ||
default: "cuda-drivers" | ||
description: | | ||
Driver package to be installed on ubuntu. Default is `cuda-drivers`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,9 +10,8 @@ maintainers: | |
- OmniVector Solutions <[email protected]> | ||
|
||
description: | | ||
The Nvidia Operator Charm will install nvidia drivers | ||
to the underlying operating system upon being related to a primary | ||
charm via the juju-info integration. | ||
This charm will install nvidia drivers for centos7 and ubuntu | ||
20.04 & 22.04 operating systems. | ||
tags: | ||
- hpc | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
ops | ||
ops==1.5.4 | ||
requests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters