From a6c19776458ced099e82afb29ce51c1c751c2c15 Mon Sep 17 00:00:00 2001 From: Jintao Huang Date: Sun, 30 Nov 2025 14:49:21 +0800 Subject: [PATCH] update --- docker/Dockerfile.ubuntu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile.ubuntu b/docker/Dockerfile.ubuntu index 79d2e80e..e69268b3 100644 --- a/docker/Dockerfile.ubuntu +++ b/docker/Dockerfile.ubuntu @@ -76,7 +76,7 @@ RUN bash /tmp/install.sh {version_args} && \ RUN if [ "$IMAGE_TYPE" = "swift" ]; then \ - pip install "sglang[all]<0.6" math_verify "gradio<5.33" "deepspeed<0.18" -U && \ + pip install "sglang<0.6" math_verify "gradio<5.33" "deepspeed<0.18" ray -U && \ pip install liger_kernel wandb swanlab nvitop pre-commit "transformers<4.58" "trl<0.24" "peft<0.18" huggingface-hub -U && \ pip install --no-build-isolation transformer_engine[pytorch]; \ cd /tmp && GIT_LFS_SKIP_SMUDGE=1 git clone https://github.com/NVIDIA/apex && \