From 64691d847970bffd6c5a192f8b3e8fbdd1f47d45 Mon Sep 17 00:00:00 2001 From: Angel Luu Date: Thu, 24 Apr 2025 20:10:59 -0600 Subject: [PATCH] ci: use --no-build-isolation flag for mamba Signed-off-by: Angel Luu --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index a48987a096..14e0909ad4 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -149,7 +149,7 @@ RUN --mount=type=cache,target=/home/${USER}/.cache/pip,uid=${USER_UID} \ python -m pip install --user wheel && \ python -m pip install --user "$(head bdist_name)" && \ python -m pip install --user "$(head bdist_name)[flash-attn]" && \ - python -m pip install --user "$(head bdist_name)[mamba]" + python -m pip install --user --no-build-isolation "$(head bdist_name)[mamba]" # fms_acceleration_peft = PEFT-training, e.g., 4bit QLoRA # fms_acceleration_foak = Fused LoRA and triton kernels