tlc-pack / tlcpack

https://tlcpack.ai/
Apache License 2.0
23 stars 30 forks source link

Update Docker CPU image to manylinux2014 #44

Closed hogepodge closed 3 years ago

hogepodge commented 3 years ago

Updates the manylinux base image to 2014 to address the incompatibility of cmake in the 2010 image for building LLVM.

Co-authored-by: Leandro Nunes Leandro.Nunes@arm.com

hogepodge commented 3 years ago

@tqchen @icemelon9 A few updates to get the docker CPU build working again.

@leandron this incorporates your patch, but I'll handle any conflicts that arise after yours lands

hogepodge commented 3 years ago

This unblocks building pip nightly images for CPU.

hogepodge commented 3 years ago

@leandron I added you as a co-author, for simplicity we could abandon the previous patch and just merge this one. @tqchen is there anything left on this patch?

I've been testing out an action using the Docker image, and saw that it produces the wheels automatically. Sending up a new patch to publish the pip package should be trivial once this lands.