Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -98,7 +98,8 @@ RUN echo "Instalando q8_kernels (wheel) e LTX-Video (git)..." && \
|
|
| 98 |
pip install --no-cache-dir "https://huggingface.co/euIaxs22/Aduc-sdr/resolve/main/q8_kernels-0.0.0-cp310-cp310-linux_x86_64.whl" && \
|
| 99 |
|
| 100 |
# 2. Instala a biblioteca LTX-Video a partir do fork (esta parte permanece igual)
|
| 101 |
-
pip install --no-cache-dir git+https://github.com/Lightricks/LTX-Video.git
|
|
|
|
| 102 |
|
| 103 |
# ====================================================================
|
| 104 |
|
|
|
|
| 98 |
pip install --no-cache-dir "https://huggingface.co/euIaxs22/Aduc-sdr/resolve/main/q8_kernels-0.0.0-cp310-cp310-linux_x86_64.whl" && \
|
| 99 |
|
| 100 |
# 2. Instala a biblioteca LTX-Video a partir do fork (esta parte permanece igual)
|
| 101 |
+
#pip install --no-cache-dir git+https://github.com/Lightricks/LTX-Video.git
|
| 102 |
+
pip install --no-cache-dir git+https://github.com/KONAKONA666/LTX-Video.git#egg=ltx-video[inference-script]
|
| 103 |
|
| 104 |
# ====================================================================
|
| 105 |
|