add huggingface packages and awscli

This commit is contained in:
Wing Lian
2023-05-07 11:51:57 -04:00
parent 21b74397de
commit 66fa751c18

View File

@@ -63,3 +63,7 @@ COPY --from=flash-attn-builder /workspace/flash-attention/dist/flash_attn-*.whl
RUN pip3 install wheels/deepspeed-*.whl wheels/flash_attn-*.whl
RUN git lfs install --skip-repo
RUN pip3 install "peft @ git+https://github.com/huggingface/peft.git@main" \
"accelerate @ git+git+https://github.com/huggingface/accelerate.git@main" \
"transformers @ git+git+https://github.com/huggingface/transformers.git@main" && \
pip3 install awscli