euIaxs22 commited on
Commit
e376960
·
verified ·
1 Parent(s): c8f0e28

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -95,7 +95,7 @@ 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/Lightricks/LTX-Video.git
 
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.5-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