This commit is contained in:
Jintao Huang
2026-06-04 19:27:42 +08:00
parent 2be3e5c2ea
commit 84243dafdf

View File

@@ -74,7 +74,6 @@ RUN if [ "$IMAGE_TYPE" = "gpu" ]; then \
pip install -U git+https://github.com/Dao-AILab/causal-conv1d --no-build-isolation; \
pip install git+https://github.com/Dao-AILab/fast-hadamard-transform --no-build-isolation; \
pip install git+https://github.com/NVIDIA-NeMo/Emerging-Optimizers.git@v0.2.0; \
pip uninstall tilelang -y; \
cd /tmp && GIT_LFS_SKIP_SMUDGE=1 git clone https://github.com/NVIDIA/apex && \
cd apex && 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; \