euiiiia commited on
Commit
e5bf217
·
verified ·
1 Parent(s): a1390ac

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -94,8 +94,8 @@ RUN pip install --upgrade bitsandbytes
94
  # Custom .whl (Apex + dropout_layer_norm)
95
  RUN echo "Installing custom wheels..." && \
96
  pip install --no-cache-dir \
97
- "https://huggingface.co/euIaxs22/Aduc-sdr/resolve/main/apex-0.1-cp310-cp310-linux_x86_64.whl"
98
- #"https://huggingface.co/euIaxs22/Aduc-sdr/resolve/main/dropout_layer_norm-0.1-cp310-cp310-linux_x86_64.whl"
99
 
100
  # ====================================================================
101
  # Optional: q8_kernels + LTX-Video (enable if needed; ensure wheel ABI)
 
94
  # Custom .whl (Apex + dropout_layer_norm)
95
  RUN echo "Installing custom wheels..." && \
96
  pip install --no-cache-dir \
97
+ "https://huggingface.co/euIaxs22/Aduc-sdr/resolve/main/apex-0.1-cp310-cp310-linux_x86_64.whl" \
98
+ "https://huggingface.co/euIaxs22/Aduc-sdr/resolve/main/dropout_layer_norm-0.1-cp310-cp310-linux_x86_64.whl"
99
 
100
  # ====================================================================
101
  # Optional: q8_kernels + LTX-Video (enable if needed; ensure wheel ABI)