tensorflow: Backport upstream as bazel build failing for current
This commit is contained in:
@@ -7,6 +7,10 @@
|
||||
|
||||
self: super: pkgs: with pkgs; {
|
||||
|
||||
# tensorflow requires cudatoolkit90
|
||||
inherit (callPackages ./tf-cudatoolkit.nix { }) cudatoolkit90;
|
||||
inherit (callPackages ./tf-cudnn.nix { }) cudnn_cudatoolkit90;
|
||||
|
||||
# https://github.com/NixOS/nixpkgs/issues/44426
|
||||
python27 = super.python27.override { packageOverrides = pythonOverrides; };
|
||||
python34 = super.python34.override { packageOverrides = pythonOverrides; };
|
||||
|
||||
Reference in New Issue
Block a user