tensorflow: 1.15.0 -> 1.15.1

* Apply glibc 2.3 patch
* build tensorflow with bazel_1
* Bump openssl version to 1.1

(cherry picked from commit 34296980d1)
This commit is contained in:
Michael Lingelbach
2020-03-25 16:42:27 +00:00
committed by John Ericson
parent d7673d7889
commit a0b992fdf8
3 changed files with 16 additions and 5 deletions
+1 -1
View File
@@ -6567,7 +6567,7 @@ in {
cudatoolkit = pkgs.cudatoolkit_10;
cudnn = pkgs.cudnn_cudatoolkit_10;
nccl = pkgs.nccl_cudatoolkit_10;
openssl = pkgs.openssl_1_0_2;
openssl = pkgs.openssl_1_1;
inherit (pkgs.darwin.apple_sdk.frameworks) Foundation Security;
};