2023-05-24 13:37:59 +00:00
|
|
|
{ lib
|
|
|
|
, rustPlatform
|
|
|
|
, fetchFromGitHub
|
|
|
|
}:
|
2020-04-24 23:36:52 +00:00
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
rustPlatform.buildRustPackage {
|
2020-04-24 23:36:52 +00:00
|
|
|
pname = "tensorman";
|
2023-05-24 13:37:59 +00:00
|
|
|
version = "unstable-2023-03-13";
|
2020-04-24 23:36:52 +00:00
|
|
|
|
|
|
|
src = fetchFromGitHub {
|
|
|
|
owner = "pop-os";
|
|
|
|
repo = "tensorman";
|
2023-05-24 13:37:59 +00:00
|
|
|
rev = "b1125f71b55a8d9a4d674a62fa1e8868d40d0f0d";
|
|
|
|
hash = "sha256-WMX+nzNQTGeSUxOfMHo+U0ICYx8rttXpQrQClwU2zX8=";
|
2020-04-24 23:36:52 +00:00
|
|
|
};
|
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
cargoHash = "sha256-y/AE2jTVetqBBExBlPEB0LwIVk+LjB2i0ZjijLPs9js=";
|
2020-04-24 23:36:52 +00:00
|
|
|
|
2021-01-15 22:18:51 +00:00
|
|
|
meta = with lib; {
|
2020-04-24 23:36:52 +00:00
|
|
|
description = "Utility for easy management of Tensorflow containers";
|
2023-05-24 13:37:59 +00:00
|
|
|
homepage = "https://github.com/pop-os/tensorman";
|
|
|
|
license = licenses.gpl3Only;
|
2020-04-24 23:36:52 +00:00
|
|
|
maintainers = with maintainers; [ thefenriswolf ];
|
2024-01-02 11:29:13 +00:00
|
|
|
mainProgram = "tensorman";
|
2020-04-24 23:36:52 +00:00
|
|
|
};
|
|
|
|
}
|