eeuuia commited on
Commit
b31d58c
verified
1 Parent(s): 25d9c99

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -10
Dockerfile CHANGED
@@ -95,20 +95,15 @@ RUN pip install --no-cache-dir -r requirements.txt
95
  RUN pip install --upgrade bitsandbytes
96
 
97
  # Instala wheels customizados (Apex, etc.)
98
- RUN echo "Installing custom wheels..." && \
99
- pip install --no-cache-dir \
100
- "https://huggingface.co/euIaxs22/Aduc-sdr/resolve/main/apex-0.1-cp310-cp310-linux_x86_64.whl" \
101
- "https://huggingface.co/euIaxs22/Aduc-sdr/resolve/main/dropout_layer_norm-0.1-cp310-cp310-linux_x86_64.whl"
102
-
103
  # Instala q8_kernels
104
  RUN pip install --no-cache-dir \
105
  "https://huggingface.co/euIaxs22/Aduc-sdr/resolve/main/q8_kernels-0.0.5-cp310-cp310-linux_x86_64.whl"
106
 
107
- # NOTA: A clonagem do LTX-Video foi removida daqui.
108
- # Esta tarefa agora 茅 gerenciada pelo entrypoint para garantir a persist锚ncia dos dados.
109
- # # RUN git clone https://github.com/Lightricks/LTX-Video.git /data/LTX-Video && \
110
- # # cd /data/LTX-Video && python -m pip install -e .[inference]
111
-
112
  # =============================================================================
113
  # 5. C贸pia do C贸digo-Fonte e Configura莽茫o Final
114
  # =============================================================================
 
95
  RUN pip install --upgrade bitsandbytes
96
 
97
  # Instala wheels customizados (Apex, etc.)
 
 
 
 
 
98
  # Instala q8_kernels
99
  RUN pip install --no-cache-dir \
100
  "https://huggingface.co/euIaxs22/Aduc-sdr/resolve/main/q8_kernels-0.0.5-cp310-cp310-linux_x86_64.whl"
101
 
102
+ RUN echo "Installing custom wheels..." && \
103
+ pip install --no-cache-dir \
104
+ "https://huggingface.co/euIaxs22/Aduc-sdr/resolve/main/apex-0.1-cp310-cp310-linux_x86_64.whl" \
105
+ "https://huggingface.co/euIaxs22/Aduc-sdr/resolve/main/dropout_layer_norm-0.1-cp310-cp310-linux_x86_64.whl"
106
+
107
  # =============================================================================
108
  # 5. C贸pia do C贸digo-Fonte e Configura莽茫o Final
109
  # =============================================================================