Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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
|