tensorflow: 1.15.0 -> 1.15.1

* Apply glibc 2.3 patch
* build tensorflow with bazel_1
* Bump openssl version to 1.1
This commit is contained in:
Michael Lingelbach
2020-03-02 10:07:37 +01:00
committed by Frederik Rietdijk
parent ca7f750959
commit 34296980d1
3 changed files with 16 additions and 5 deletions
+1 -1
View File
@@ -6671,7 +6671,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;
};