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 6dd89a0863
commit ae7c985fab

View file

@ -37,7 +37,8 @@ tiktoken
# ── Resume matching ───────────────────────────────────────────────────────
scikit-learn>=1.3
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-client>=3.0