Merge branch 'main' into print_venv

This commit is contained in:
salman
2025-07-07 10:01:00 +01:00
committed by GitHub
6 changed files with 24 additions and 4 deletions

View File

@@ -39,3 +39,7 @@ RUN git lfs install --skip-repo && \
pip3 install awscli && \
# The base image ships with `pydantic==1.8.2` which is not working
pip3 install -U --no-cache-dir pydantic==1.10.10
RUN if [ "$PYTORCH_VERSION" = "2.6.0" ] && [ "$CUDA" = "124" ] ; then \
FLASH_ATTENTION_FORCE_BUILD="TRUE" pip3 install --no-build-isolation flash-attn==2.8.0.post2; \
fi