diff options
author | lassulus <lass@blue.r> | 2018-07-05 19:53:42 +0200 |
---|---|---|
committer | lassulus <lass@blue.r> | 2018-07-06 17:44:32 +0200 |
commit | a25d95a06fefcff8b5034b01eec778bb15dbbdd6 (patch) | |
tree | 5ac2af105005c225e2fa914ea3f9d41703588586 /lass/1systems | |
parent | 92aa5bb2329c39cf97d4399839989e7401820ae4 (diff) |
l helios.r: add tensorflowWithCuda
Diffstat (limited to 'lass/1systems')
-rw-r--r-- | lass/1systems/helios/config.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lass/1systems/helios/config.nix b/lass/1systems/helios/config.nix index bd7f75c3e..5657742a6 100644 --- a/lass/1systems/helios/config.nix +++ b/lass/1systems/helios/config.nix @@ -71,6 +71,9 @@ with import <stockholm/lib>; hashPassword thunderbird dpass + + # we want tensorflow! (with GPU acceleration) + python3Packages.tensorflowWithCuda ]; users.users = { |