Skip to content

Commit

Permalink
Merge pull request #120483 from lukegb/tensorflow-big-parallel
Browse files Browse the repository at this point in the history
python3Packages.tensorflow: mark as requiring big-parallel
  • Loading branch information
Mic92 committed Apr 25, 2021
2 parents 1e7b8e2 + d385b8f commit 441f8ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/development/python-modules/tensorflow/default.nix
Expand Up @@ -325,6 +325,10 @@ let
addOpenGLRunpath "$lib"
done
'';

requiredSystemFeatures = [
"big-parallel"
];
};

meta = with lib; {
Expand Down

0 comments on commit 441f8ef

Please sign in to comment.