-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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 #108341 from cpcloud/nomad-nvml
nomad: add optional nvml support
- Loading branch information
Showing
5 changed files
with
56 additions
and
20 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,7 +1,11 @@ | ||
{ callPackage, buildGoPackage }: | ||
{ callPackage | ||
, buildGoPackage | ||
, nvidia_x11 | ||
, nvidiaGpuSupport | ||
}: | ||
|
||
callPackage ./generic.nix { | ||
inherit buildGoPackage; | ||
inherit buildGoPackage nvidia_x11 nvidiaGpuSupport; | ||
version = "0.11.8"; | ||
sha256 = "1dhh07bifr02jh2lls8fv1d9ra67ymgh8qxqvpvm0cd0qdd469z1"; | ||
} |
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,7 +1,11 @@ | ||
{ callPackage, buildGoPackage }: | ||
{ callPackage | ||
, buildGoPackage | ||
, nvidia_x11 | ||
, nvidiaGpuSupport | ||
}: | ||
|
||
callPackage ./generic.nix { | ||
inherit buildGoPackage; | ||
inherit buildGoPackage nvidia_x11 nvidiaGpuSupport; | ||
version = "0.12.9"; | ||
sha256 = "1a0ig6pb0z3qp7zk4jgz3h241bifmjlyqsfikyy3sxdnzj7yha27"; | ||
} |
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,7 +1,11 @@ | ||
{ callPackage, buildGoPackage }: | ||
{ callPackage | ||
, buildGoPackage | ||
, nvidia_x11 | ||
, nvidiaGpuSupport | ||
}: | ||
|
||
callPackage ./generic.nix { | ||
inherit buildGoPackage; | ||
inherit buildGoPackage nvidia_x11 nvidiaGpuSupport; | ||
version = "1.0.1"; | ||
sha256 = "07k81csyxhgc7bgn297zlqyvc55qb5fmiavi7dk81rdpg5m2zjvv"; | ||
} |
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