fix llm docker

This commit is contained in:
Jintao Huang
2025-10-15 00:03:39 +08:00
parent 144bea1962
commit b015087953

View File

@@ -89,7 +89,7 @@ elif [ "$IMAGE_TYPE" = "gpu" ]; then \
pip install "transformers<4.56" "trl<0.23" "diffusers<0.35" --no-dependencies; \
else \
pip install --no-cache-dir huggingface-hub transformers peft diffusers -U; \
pip uninstall autoawq; \
pip uninstall autoawq -y; \
fi
# install nvm and set node version to 18