euIaxs22 commited on
Commit
22f4059
·
verified ·
1 Parent(s): d8a8c17

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -98,8 +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/KONAKONA666/LTX-Video.git#egg=ltx-video[inference-script]
102
-
103
  # ====================================================================
104
 
105
 
 
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
 
105