From 263e53e40c387b106ed6b8629ba4d479adb8f70a Mon Sep 17 00:00:00 2001 From: Jintao Huang Date: Sun, 13 Apr 2025 23:07:08 +0800 Subject: [PATCH] update swift docker --- docker/Dockerfile.ubuntu | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/Dockerfile.ubuntu b/docker/Dockerfile.ubuntu index 865f7ea9..a320da22 100644 --- a/docker/Dockerfile.ubuntu +++ b/docker/Dockerfile.ubuntu @@ -76,6 +76,8 @@ RUN sh /tmp/install.sh {version_args} && \ RUN if [ "$INSTALL_MEGATRON_DEPS" = "True" ]; then \ + pip install liger_kernel nvitop pre-commit -U && \ + pip install triton && \ SITE_PACKAGES=$(python -c "import site; print(site.getsitepackages()[0])") && echo $SITE_PACKAGES && \ CUDNN_PATH=$SITE_PACKAGES/nvidia/cudnn CPLUS_INCLUDE_PATH=$SITE_PACKAGES/nvidia/cudnn/include \ pip install git+https://github.com/NVIDIA/TransformerEngine.git@stable; \