euIaxs22 commited on
Commit
78f1d36
·
verified ·
1 Parent(s): 2878eb1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -18
Dockerfile CHANGED
@@ -103,24 +103,6 @@ RUN pip install --no-cache-dir diffusers==0.31.0 transformers==4.44.2 accelerate
103
  # Opcional: seu fork de otimizações
104
  RUN pip install -U git+https://github.com/carlex22/diffusers-aduc-sdr
105
 
106
- # ---------------- Repositórios auxiliares ----------------
107
-
108
-
109
- RUN git clone https://github.com/bytedance-seed/VINCIE.git && \
110
- #cd VINCIE && pip install -r requirements.txt && cd .. && \
111
- #pip install flash_attn==2.6.3 --no-build-isolation && \
112
- cp -r VINCIE/configs/. /app/configs/
113
-
114
- # Exemplos adicionais (descomente se precisar)
115
- RUN git clone https://github.com/bytedance-seed/SeedVR.git && \
116
- cp -r SeedVR/configs_3b /app/configs_3b
117
-
118
- RUN git clone https://github.com/hkchengrex/MMAudio.git && \
119
- cp -r MMAudio/mmaudio /app/mmaudio
120
-
121
- RUN git clone https://github.com/Lightricks/LTX-Video.git && \
122
- cp -r LTX-Video/ltx_video /app/ltx_video
123
-
124
  # ---------------- Dependências da aplicação ----------------
125
  COPY requirements.txt ./requirements.txt
126
  RUN pip install --no-cache-dir -r requirements.txt
 
103
  # Opcional: seu fork de otimizações
104
  RUN pip install -U git+https://github.com/carlex22/diffusers-aduc-sdr
105
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
106
  # ---------------- Dependências da aplicação ----------------
107
  COPY requirements.txt ./requirements.txt
108
  RUN pip install --no-cache-dir -r requirements.txt