Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
|
@@ -77,8 +77,6 @@ RUN pip install packaging ninja cmake pybind11 scikit-build cython hf_transfer "
|
|
| 77 |
# --- Triton 3.x ---
|
| 78 |
RUN pip uninstall -y triton || true && \
|
| 79 |
pip install -v --no-build-isolation triton==3.4.0
|
| 80 |
-
|
| 81 |
-
# --- FlashAttention 2.8.x ---
|
| 82 |
|
| 83 |
# =============================================================================
|
| 84 |
# 4. Instalação das Dependências da Aplicação
|
|
@@ -98,6 +96,7 @@ RUN pip install --no-cache-dir \
|
|
| 98 |
|
| 99 |
RUN echo "Installing custom wheels..." && \
|
| 100 |
pip install --no-cache-dir \
|
|
|
|
| 101 |
"https://huggingface.co/euIaxs22/Aduc-sdr/resolve/main/apex-0.1-cp310-cp310-linux_x86_64.whl" \
|
| 102 |
"https://huggingface.co/euIaxs22/Aduc-sdr/resolve/main/dropout_layer_norm-0.1-cp310-cp310-linux_x86_64.whl"
|
| 103 |
|
|
|
|
| 77 |
# --- Triton 3.x ---
|
| 78 |
RUN pip uninstall -y triton || true && \
|
| 79 |
pip install -v --no-build-isolation triton==3.4.0
|
|
|
|
|
|
|
| 80 |
|
| 81 |
# =============================================================================
|
| 82 |
# 4. Instalação das Dependências da Aplicação
|
|
|
|
| 96 |
|
| 97 |
RUN echo "Installing custom wheels..." && \
|
| 98 |
pip install --no-cache-dir \
|
| 99 |
+
"https://huggingface.co/caarleexx/Flash/resolve/main/flash_attn-2.8.0.post2-cp310-cp310-linux_x86_64.whl" \
|
| 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 |
|