Former-commit-id: cf260e7af03f49aa5e3d6daf3b27738ff9b9bcb8
This commit is contained in:
hiyouga
2024-06-12 16:50:11 +08:00
parent c60ea675d7
commit 6392d45ea7
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" ]