fix docker

This commit is contained in:
Jintao Huang
2025-04-07 22:19:43 +08:00
parent 120dd6f521
commit 3e46d22195

View File

@@ -56,7 +56,7 @@ fi
RUN if [ "$INSTALL_MEGATRON_DEPS" = "True" ]; then \
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 \
pip install git+https://github.com/NVIDIA/TransformerEngine.git@stable; \
fi
ARG CUR_TIME={cur_time}