Skip to content

v1.2.1 — Docker runtime fix & CI smoke test

Choose a tag to compare

@Batuhan4 Batuhan4 released this 30 Mar 18:19
· 102 commits to main since this release

Fixes

  • Docker: missing native libraries — Added libgomp1 and libopenblas0 to runtime image. Fixes libgomp.so.1 crash.
  • Docker: dangerous build cleanup — Removed strip --strip-debug and .dist-info deletion.
  • Health endpoint/health verifies critical ML library imports.
  • Error handlingOSError surfaced separately from ImportError in XGBoost/LightGBM.

CI/CD

  • Smoke test before deploy — Docker image built and health-checked (with retry) before pushing to HF/GHCR.