caarleexx commited on
Commit
a7b5803
·
verified ·
1 Parent(s): c52247b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -90,6 +90,7 @@ RUN pip install --no-cache-dir -r requirements.txt
90
  # --- Instalação de bitsandbytes e Wheels Customizados (Mantido 100% Original) ---
91
  RUN pip install --upgrade bitsandbytes
92
 
 
93
 
94
  # --- FlashAttention 2.8.x ---
95
  RUN pip install flash-attn==2.8.3 --no-build-isolation || \
 
90
  # --- Instalação de bitsandbytes e Wheels Customizados (Mantido 100% Original) ---
91
  RUN pip install --upgrade bitsandbytes
92
 
93
+ ENV MAX_JOBS=4
94
 
95
  # --- FlashAttention 2.8.x ---
96
  RUN pip install flash-attn==2.8.3 --no-build-isolation || \