This commit is contained in:
Jintao Huang
2026-06-01 10:38:47 +08:00
parent f9d7afa075
commit 3a82ba027f
2 changed files with 1 additions and 2 deletions

View File

@@ -69,7 +69,6 @@ RUN if [ "$IMAGE_TYPE" = "gpu" ]; then \
pip install --no-cache-dir mcore-bridge -i https://pypi.org/simple/ -U && \
pip install --no-cache-dir pybind11 liger_kernel wandb swanlab nvitop pre-commit "transformers<5.9" "trl<1.0" "peft<0.20" huggingface-hub -U && \
pip install git+https://github.com/NVIDIA/TransformerEngine.git@stable --no-build-isolation; \
pip install "flash-attn-4[cu13]==4.0.0b15"; \
pip install git+https://github.com/deepseek-ai/DeepGEMM.git@v2.1.1.post3 --no-build-isolation; \
pip install -U flash-linear-attention --no-build-isolation; \
pip install -U git+https://github.com/Dao-AILab/causal-conv1d --no-build-isolation; \

View File

@@ -405,7 +405,7 @@ class LatestGPUImageBuilder(StableGPUImageBuilder):
args.torchaudio_version = '2.11.0'
args.torchvision_version = '0.26.0'
if not args.vllm_version:
args.vllm_version = '0.22.0'
args.vllm_version = '0.21.0'
if not args.base_image:
# A mirrored image of nvidia/cuda:12.4.0-devel-ubuntu22.04
args.base_image = 'nvidia/cuda:13.0.3-cudnn-devel-ubuntu22.04'