Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
|
@@ -95,9 +95,9 @@ RUN pip uninstall -y triton || true && \
|
|
| 95 |
pip install --no-cache-dir --no-build-isolation \
|
| 96 |
https://huggingface.co/carlex3321/aduc-sdr/resolve/main/triton-3.5.0%2Bgit51021fb2-cp310-cp310-linux_x86_64.whl && \
|
| 97 |
pip install --no-cache-dir --no-build-isolation \
|
| 98 |
-
https://huggingface.co/carlex3321/aduc-sdr/resolve/main/apex-0.1-cp310-cp310-linux_x86_64.whl
|
| 99 |
-
pip install --no-cache-dir --no-build-isolation \
|
| 100 |
-
|
| 101 |
|
| 102 |
# ---------------- FlashAttention 2.8.x ----------------
|
| 103 |
# Mantém fallback em cascata caso a versão mais nova falhe
|
|
|
|
| 95 |
pip install --no-cache-dir --no-build-isolation \
|
| 96 |
https://huggingface.co/carlex3321/aduc-sdr/resolve/main/triton-3.5.0%2Bgit51021fb2-cp310-cp310-linux_x86_64.whl && \
|
| 97 |
pip install --no-cache-dir --no-build-isolation \
|
| 98 |
+
https://huggingface.co/carlex3321/aduc-sdr/resolve/main/apex-0.1-cp310-cp310-linux_x86_64.whl
|
| 99 |
+
#pip install --no-cache-dir --no-build-isolation \
|
| 100 |
+
# https://huggingface.co/carlex3321/aduc-sdr/resolve/main/q8_kernels-0.0.5-cp310-cp310-linux_x86_64.whl
|
| 101 |
|
| 102 |
# ---------------- FlashAttention 2.8.x ----------------
|
| 103 |
# Mantém fallback em cascata caso a versão mais nova falhe
|