python3Packages.tensorflow: use tensorflow-build on darwin
The tensorflow-bin is currently broken.
This commit is contained in:
parent
9c42df8d3e
commit
074dbdd81d
|
@ -6183,7 +6183,7 @@ in {
|
|||
inherit (pkgs.darwin.apple_sdk.frameworks) Foundation Security;
|
||||
};
|
||||
|
||||
tensorflow = if stdenv.isDarwin then self.tensorflow-bin else self.tensorflow-build;
|
||||
tensorflow = self.tensorflow-build;
|
||||
|
||||
tensorflowWithoutCuda = self.tensorflow.override {
|
||||
cudaSupport = false;
|
||||
|
|
Loading…
Reference in New Issue