From 3c0e8e75f7d22a5a2c7881cb712625e0e18b6f80 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Thu, 26 Feb 2026 22:16:28 -0800 Subject: [PATCH] fix: remove lib-resume-builder-aihawk from Docker requirements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1b0b597..a63d778 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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