tensorflow (without cuda)

This commit is contained in:
2023-12-01 10:14:25 -06:00
parent fbd9822800
commit d9194fad76
2 changed files with 13 additions and 2 deletions

View File

@@ -20,8 +20,7 @@ in {
extraGroups = [ "render" ];
packages = (with pkgs; [
nodejs
python3
python3Packages.tensorflowWithCuda
(python3.withPackages (ps: with ps; [ tensorflow ]))
perl
(perlPackages.buildPerlPackage rec {
pname = "Image-ExifTool";