fix: remove lib-resume-builder-aihawk from Docker requirements

The package is never imported in the app — it was pulling torch + CUDA
(~7GB) into the main app container for no reason. AIHawk runs in its own
conda env (aihawk-env) outside Docker per design.
This commit is contained in:
pyr0ball 2026-02-26 22:16:28 -08:00
parent e0e7717b56
commit 3c0e8e75f7

View file

@ -37,7 +37,8 @@ tiktoken
# ── Resume matching ─────────────────────────────────────────────────────── # ── Resume matching ───────────────────────────────────────────────────────
scikit-learn>=1.3 scikit-learn>=1.3
rapidfuzz rapidfuzz
lib-resume-builder-aihawk # lib-resume-builder-aihawk intentionally excluded — pulls torch+CUDA (~7GB).
# AIHawk runs in its own conda env (aihawk-env) outside the Docker container.
# ── Notion integration ──────────────────────────────────────────────────── # ── Notion integration ────────────────────────────────────────────────────
notion-client>=3.0 notion-client>=3.0