Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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 |
-
|
| 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)
|