carlex3321 commited on
Commit
7fe4e97
·
verified ·
1 Parent(s): e2cc6b5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +7 -6
Dockerfile CHANGED
@@ -78,16 +78,16 @@ RUN ln -sf /usr/bin/python3.10 /usr/bin/python3 && \
78
 
79
 
80
  # FlashAttention 2.8.x
81
- #RUN pip install flash-attn==2.8.3 --no-build-isolation || \
82
- # pip install flash-attn==2.8.2 --no-build-isolation || \
83
- # pip install flash-attn==2.8.1 --no-build-isolation || \
84
- # pip install flash-attn==2.8.0.post2 --no-build-isolation
85
 
86
  # Diffusers/Transformers estáveis (sem dev)
87
  RUN pip install --no-cache-dir diffusers==0.31.0 transformers==4.44.2 accelerate==0.34.2 omegaconf==2.3.0
88
 
89
  # Opcional: seu fork de otimizações
90
- # RUN pip install -U git+https://github.com/carlex22/diffusers-aduc-sdr
91
 
92
  # ---------------- Repositórios auxiliares ----------------
93
  RUN git clone https://github.com/bytedance-seed/VINCIE.git && \
@@ -117,7 +117,8 @@ RUN apt-get update && apt-get install -y \
117
  python3-pybind11 ninja-build cmake gcc g++ python3-dev \
118
  && pip install --upgrade pip setuptools wheel pybind11 ninja cmake
119
 
120
-
 
121
 
122
 
123
  RUN pip install --upgrade bitsandbytes
 
78
 
79
 
80
  # FlashAttention 2.8.x
81
+ RUN pip install flash-attn==2.8.3 --no-build-isolation || \
82
+ pip install flash-attn==2.8.2 --no-build-isolation || \
83
+ pip install flash-attn==2.8.1 --no-build-isolation || \
84
+ pip install flash-attn==2.8.0.post2 --no-build-isolation
85
 
86
  # Diffusers/Transformers estáveis (sem dev)
87
  RUN pip install --no-cache-dir diffusers==0.31.0 transformers==4.44.2 accelerate==0.34.2 omegaconf==2.3.0
88
 
89
  # Opcional: seu fork de otimizações
90
+ RUN pip install -U git+https://github.com/carlex22/diffusers-aduc-sdr
91
 
92
  # ---------------- Repositórios auxiliares ----------------
93
  RUN git clone https://github.com/bytedance-seed/VINCIE.git && \
 
117
  python3-pybind11 ninja-build cmake gcc g++ python3-dev \
118
  && pip install --upgrade pip setuptools wheel pybind11 ninja cmake
119
 
120
+ RUN pip uninstall -y triton || true && \
121
+ pip install -v --no-build-isolation triton==3.4.0
122
 
123
 
124
  RUN pip install --upgrade bitsandbytes