update dockerfile for gpu image

This commit is contained in:
wangxingjun778
2025-09-17 20:42:06 +08:00
parent b9646896af
commit 9b4cd6fe61

View File

@@ -76,7 +76,7 @@ RUN bash /tmp/install.sh {version_args} && \
RUN if [ "$INSTALL_MS_DEPS" = "True" ]; then \
pip install --no-cache-dir huggingface-hub transformers peft ; \
pip install --no-cache-dir huggingface-hub transformers==4.55.4 peft ; \
fi; \
if [ "$INSTALL_MEGATRON_DEPS" = "True" ]; then \
pip install liger_kernel nvitop pre-commit transformers huggingface-hub && \