mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 08:41:42 -05:00
Apply tensorflow override to tensorflow-macos
In both cases, the `tensorboard` executable conflicts with that from `tensorboard` itself.
This commit is contained in:
parent
5cceec71b3
commit
9b3277a048
1 changed files with 8 additions and 0 deletions
|
@ -2229,6 +2229,14 @@ lib.composeManyExtensions [
|
|||
}
|
||||
);
|
||||
|
||||
tensorflow-macos = super.tensorflow-macos.overridePythonAttrs (
|
||||
old: {
|
||||
postInstall = ''
|
||||
rm $out/bin/tensorboard
|
||||
'';
|
||||
}
|
||||
);
|
||||
|
||||
tensorpack = super.tensorpack.overridePythonAttrs (
|
||||
old: {
|
||||
postPatch = ''
|
||||
|
|
Loading…
Add table
Reference in a new issue