fix: MAX_JOBS 4→2, cpu-shares 512로 서비스 영향 최소화

This commit is contained in:
gm
2026-06-10 00:31:10 +09:00
parent 86363a3281
commit d5c20f1cc0
2 changed files with 4 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ ARG TORCH_INDEX=https://download.pytorch.org/whl/cu128
RUN pip install torch==${TORCH_VERSION} --extra-index-url ${TORCH_INDEX}
ARG FLASH_ATTN_VERSION=2.8.3
ARG MAX_JOBS=4
ARG MAX_JOBS=2
RUN mkdir /wheels && \
MAX_JOBS=${MAX_JOBS} pip wheel flash-attn==${FLASH_ATTN_VERSION} \