Skip to content

runtime: install libgomp1 for LightGBM (AGG-132) - #16

Merged
anthrax63 merged 1 commit into
mainfrom
agent/devops-engineer/agg-132-libgomp
Aug 4, 2026
Merged

runtime: install libgomp1 for LightGBM (AGG-132)#16
anthrax63 merged 1 commit into
mainfrom
agent/devops-engineer/agg-132-libgomp

Conversation

@anthrax63

Copy link
Copy Markdown
Member

Summary

  • Adds `libgomp1` apt install to the runtime stage of the image. Without it the LightGBM library fails to load and the pod crashes on startup with `OSError: libgomp.so.1: cannot open shared object file`.
  • Bumps 0.5.0 → 0.5.1 (patch fix).

Test plan

  • CI (pytest / helm lint) green.
  • After merge → `v0.5.1` image lands, Argo rolls out, pods reach Ready.

python:3.11-slim runtime stage lacks OpenMP; `import lightgbm` fails
with `libgomp.so.1: cannot open shared object file` on startup. Install
libgomp1 (~250 KiB) in the runtime layer; bump 0.5.0 → 0.5.1.

Co-authored-by: multica-agent <github@multica.ai>
@anthrax63
anthrax63 merged commit 3411a14 into main Aug 4, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant