build dependencies and aws-cli

This commit is contained in:
Wing Lian
2023-05-07 11:02:26 -04:00
parent 2734e3f1a2
commit 92d800a394
2 changed files with 3 additions and 2 deletions

View File

@@ -10,7 +10,8 @@ RUN apt-get update && \
curl -L -O https://github.com/winglian/axolotl/raw/wheels/wheels/flash_attn-1.0.4-cp38-cp38-linux_x86_64.whl && \
pip install deepspeed-0.9.2%2B7ddc3b01-cp38-cp38-linux_x86_64.whl && \
pip install flash_attn-1.0.4-cp38-cp38-linux_x86_64.whl && \
pip install "peft @ git+https://github.com/huggingface/peft.git@main" --force-reinstall --no-dependencies
pip install "peft @ git+https://github.com/huggingface/peft.git@main" --force-reinstall --no-dependencies && \
pip install awscli
WORKDIR /workspace
ARG REF=main