Avoid stripping packages
This will increase the image size a bit but stripping .so
files currently leads to the following error:
ImportError: libscipy_openblas-c128ec02.so: ELF load command address/offset not page-aligned
Merge request reports
Activity
assigned to @ahmil
requested review from @himanel1
I'm perfectly fine with this, I'm not sure how one could even safely determine which
.so
files can be stripped.@afekete: Do you have an opinion on this? I think you originally added this.
Edited by Lauri HimanenYeah the scipy wheel are already stripped and they don't recommend doing this manually https://github.com/scipy/scipy/issues/17438#issuecomment-1319989294
mentioned in merge request !2006 (merged)
mentioned in commit 6308a160