Skip to content

Commit 64691d8

Browse files
committed
ci: use --no-build-isolation flag for mamba
Signed-off-by: Angel Luu <angel.luu@us.ibm.com>
1 parent b826c18 commit 64691d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ RUN --mount=type=cache,target=/home/${USER}/.cache/pip,uid=${USER_UID} \
149149
python -m pip install --user wheel && \
150150
python -m pip install --user "$(head bdist_name)" && \
151151
python -m pip install --user "$(head bdist_name)[flash-attn]" && \
152-
python -m pip install --user "$(head bdist_name)[mamba]"
152+
python -m pip install --user --no-build-isolation "$(head bdist_name)[mamba]"
153153

154154
# fms_acceleration_peft = PEFT-training, e.g., 4bit QLoRA
155155
# fms_acceleration_foak = Fused LoRA and triton kernels

0 commit comments

Comments
 (0)