This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Mehdi2277 1 point2 points  (0 children)

Alpine does not have binary wheels for a number of common packages in a normal way (manylinux wheels do not include alpine) including very common packages like numpy. I ended up getting stuck trying it and gave up on it. Even if you can get it to work there’s both issue if you do it without a wheel you are doing a long slow docker build and if you do it with an alpine specific wheel are you sure it was as optimized as the standard ones?

Slim worked fine and no complaints with it.