Eric Curtin

Results 479 comments of Eric Curtin

Be interesting to build and test a container with this: https://github.com/containers/ramalama/pull/806

Worth trying upgrading our ROCm version to 6.3.2 in a PR also, maybe they expanded support to more GPUs (an absolute guess), there doesn't seem to be many files around...

That's not a bad idea @rhatdan, we can just replace the CPU-only binaries with these kompute ones, less duplication. We do have an issue though, been trying to make these...

Could you turn on x86_64 EPEL9 builds for this also @slp ? : https://copr.fedorainfracloud.org/coprs/slp/mesa-krunkit/ I wanna try that out with an x86_64 GPU 😄

Then aren't in EPEL @rhatdan :'( They are in AppStream/BaseOS but not UBI

UBI repos seem to be a subset of RHEL versions of the repos: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/x86_64/appstream/os/Packages/ https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/x86_64/baseos/os/Packages/ not sure exactly what defines a package being RHEL-only or RHEL+UBI accessible

@slp that package in particular looks like it's in EPEL9

This seemed to work reasonably ok: ``` FROM quay.io/ramalama/ramalama:latest ARG LLAMA_CPP_SHA=2a24c8caa6d10a7263ca317fa7cb64f0edc72aae # renovate: datasource=git-refs depName=ggerganov/whisper.cpp packageName=https://github.com/ggerganov/whisper.cpp gitRef=master versioning=loose type=digest ARG WHISPER_CPP_SHA=5caa19240d55bfd6ee316d50fbad32c6e9c39528 RUN dnf config-manager --add-repo https://mirror.stream.centos.org/9-stream/AppStream/$(uname -m)/os/ RUN dnf config-manager...

So it would be more like this: ``` FROM quay.io/ramalama/ramalama:latest RUN dnf config-manager --add-repo https://mirror.stream.centos.org/9-stream/AppStream/$(uname -m)/os/ RUN dnf config-manager --add-repo https://mirror.stream.centos.org/9-stream/BaseOS/$(uname -m)/os/ RUN curl -o /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-Official http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-Official RUN rpm --import...

Do RHEL/RHEL AI customers have access to full-RHEL containers? Not just the subset of packages in UBI, this is also something I am curious about...