From c526ba7fb316ec0a726aa55e4e8dfbe5559a437b Mon Sep 17 00:00:00 2001 From: Jintao Huang Date: Thu, 31 Jul 2025 15:48:56 +0800 Subject: [PATCH] fix swift docker --- docker/Dockerfile.ubuntu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile.ubuntu b/docker/Dockerfile.ubuntu index 18bf09fa..c562db29 100644 --- a/docker/Dockerfile.ubuntu +++ b/docker/Dockerfile.ubuntu @@ -87,7 +87,7 @@ if [ "$INSTALL_MEGATRON_DEPS" = "True" ]; then \ cd /tmp && GIT_LFS_SKIP_SMUDGE=1 git clone https://github.com/NVIDIA/apex && \ cd apex && git checkout e13873debc4699d39c6861074b9a3b2a02327f92 && pip install -v --disable-pip-version-check --no-cache-dir --no-build-isolation --config-settings "--build-option=--cpp_ext" --config-settings "--build-option=--cuda_ext" ./ && \ cd / && rm -fr /tmp/apex && pip cache purge; \ - pip install git+https://github.com/NVIDIA/Megatron-LM.git@core_r0.13.0; \ + pip install git+https://github.com/NVIDIA/Megatron-LM.git@core_r0.12.0; \ fi # install nvm and set node version to 18