python3Packages.torch: Fix 'setuptools' not being found with ROCm build
This commit is contained in:
parent
58f70713eb
commit
aeccee810a
1 changed files with 5 additions and 0 deletions
|
@ -101,6 +101,11 @@ let
|
|||
rocminfo rocm-thunk rocm-comgr rocm-device-libs
|
||||
rocm-runtime clr.icd hipify
|
||||
];
|
||||
|
||||
# Fix `setuptools` not being found
|
||||
postBuild = ''
|
||||
rm -rf $out/nix-support
|
||||
'';
|
||||
};
|
||||
|
||||
brokenConditions = attrsets.filterAttrs (_: cond: cond) {
|
||||
|
|
Loading…
Reference in a new issue