python3Packages.tensorflow: use tensorflow-build on darwin
The tensorflow-bin is currently broken.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user