Former-commit-id: 577de2fa07
This commit is contained in:
hiyouga
2024-06-12 16:50:11 +08:00
parent bc5e97295e
commit f8497921fe
2 changed files with 4 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ RUN EXTRA_PACKAGES="metrics"; \
EXTRA_PACKAGES="${EXTRA_PACKAGES},deepspeed"; \
fi; \
pip install -e .[$EXTRA_PACKAGES] && \
pip uninstall -y transformer-engine
pip uninstall -y transformer-engine flash-attn
# Set up volumes
VOLUME [ "/root/.cache/huggingface/", "/app/data", "/app/output" ]