Fix docker container DeepEP error on Blackwell (#9171)

This commit is contained in:
fzyzcjy
2025-08-14 12:06:48 +08:00
committed by GitHub
parent 98457c0453
commit b3363cc1aa

View File

@@ -102,7 +102,7 @@ RUN cd /sgl-workspace/nvshmem && \
# Install DeepEP
RUN cd /sgl-workspace/DeepEP && \
NVSHMEM_DIR=${NVSHMEM_DIR} pip install .
TORCH_CUDA_ARCH_LIST='9.0;10.0' NVSHMEM_DIR=${NVSHMEM_DIR} pip install .
# Python tools
RUN python3 -m pip install --no-cache-dir \