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:
parent
8060f23893
commit
535190f8f7
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue