tensorflow: Backport upstream as bazel build failing for current

This commit is contained in:
Tyson Whitehead
2018-08-10 10:38:47 -04:00
parent d0a6a1bf3f
commit b6f66a65f5
10 changed files with 451 additions and 0 deletions

View File

@@ -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; };