euIaxs22 commited on
Commit
d8a8c17
·
verified ·
1 Parent(s): 3289df5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -95,10 +95,10 @@ RUN apt-get update && apt-get install -y curl && \
95
 
96
  RUN echo "Instalando q8_kernels (wheel) e LTX-Video (git)..." && \
97
  # 1. Instala q8_kernels a partir do seu arquivo .whl pré-compilado
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
 
 
95
 
96
  RUN echo "Instalando q8_kernels (wheel) e LTX-Video (git)..." && \
97
  # 1. Instala q8_kernels a partir do seu arquivo .whl pré-compilado
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