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
e0e7717b56
commit
3c0e8e75f7
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue