containers / ai-lab-recipes

Examples for building and running LLM services and applications locally with Podman
Apache License 2.0
101 stars 104 forks source link

build a RHEL based Milvus #538

Open cooktheryan opened 3 months ago

cooktheryan commented 3 months ago

Build a RHEL based milvus

Gregory-Pereira commented 3 months ago

Spent today hacking on this. One issue I am encountering so far is that there seems to be no RHEL complient version of the openblas-devel package including the header and other development files which would get used in both the milvus and builder images. The same is true with libaio. I also looked through COPR to no avail -- going to test out building from source

cooktheryan commented 3 months ago

Can you put your WIP up?

Also you probably found this but https://github.com/OpenMathLib/OpenBLAS/issues/4599

We may need to do some things with a subscription

On Sun, Jun 9, 2024, 6:44 PM Gregory Pereira @.***> wrote:

Spent today hacking on this. One issue I am encountering so far is that there seems to be no rhel based / complient version of the openblas-devel package including the header and other development files.

— Reply to this email directly, view it on GitHub https://github.com/containers/ai-lab-recipes/issues/538#issuecomment-2156822245, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA5CZFBLOQX6TH4KS32YBBTZGTLDBAVCNFSM6AAAAABI6ZSVR6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNJWHAZDEMRUGU . You are receiving this because you authored the thread.Message ID: @.***>

Gregory-Pereira commented 3 months ago

From what I have read / worked through we do in fact need the devel package because the header and library files were not included. I also looked through the codebuilder stream via subman but no dice there either. The WIP work is very rough but in https://github.com/redhat-et/milvus/pull/1

cooktheryan commented 3 months ago

It's a great start. Once we are all in pocket we can check with some of the ODH folks and see if they have any artifacts as well