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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -10
Dockerfile CHANGED
@@ -90,15 +90,6 @@ 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
- ENV MAX_JOBS=4
94
-
95
- # --- FlashAttention 2.8.x ---
96
- RUN pip install flash-attn==2.8.3 --no-build-isolation || \
97
- pip install flash-attn==2.8.2 --no-build-isolation || \
98
- pip install flash-attn==2.8.1 --no-build-isolation || \
99
- pip install flash-attn==2.8.0.post2 --no-build-isolation
100
-
101
-
102
 
103
  # Instala wheels customizados (Apex, etc.)
104
  # Instala q8_kernels
@@ -107,7 +98,6 @@ RUN pip install --no-cache-dir \
107
 
108
  RUN echo "Installing custom wheels..." && \
109
  pip install --no-cache-dir \
110
- #"https://huggingface.co/carlex3321/aduc-sdr3/resolve/main/flash_attn-2.6.3-cp310-cp310-linux_x86_64.whl" \
111
  "https://huggingface.co/euIaxs22/Aduc-sdr/resolve/main/apex-0.1-cp310-cp310-linux_x86_64.whl" \
112
  "https://huggingface.co/euIaxs22/Aduc-sdr/resolve/main/dropout_layer_norm-0.1-cp310-cp310-linux_x86_64.whl"
113
 
 
90
  # --- Instalação de bitsandbytes e Wheels Customizados (Mantido 100% Original) ---
91
  RUN pip install --upgrade bitsandbytes
92
 
 
 
 
 
 
 
 
 
 
93
 
94
  # Instala wheels customizados (Apex, etc.)
95
  # Instala q8_kernels
 
98
 
99
  RUN echo "Installing custom wheels..." && \
100
  pip install --no-cache-dir \
 
101
  "https://huggingface.co/euIaxs22/Aduc-sdr/resolve/main/apex-0.1-cp310-cp310-linux_x86_64.whl" \
102
  "https://huggingface.co/euIaxs22/Aduc-sdr/resolve/main/dropout_layer_norm-0.1-cp310-cp310-linux_x86_64.whl"
103