containers / ai-lab-recipes

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

feat(KONFLUX-3933): Use rpm to get the value #725

Closed jhutar closed 1 month ago

jhutar commented 1 month ago

This might be a more straight-forward way how to get a kernel version and release.

Initially I thought there will be a run duration benefit (running whole dnf vs. just rpm), but that is not a case (at least in this builder container).

rhatdan commented 1 month ago

You have to sign your commits.

git commit -a --amend -s git push --force

jhutar commented 1 month ago

Thank you! Done.

rhatdan commented 1 month ago

LGTM