From b3363cc1aaf1a0579df9a534d387d3d715f325f0 Mon Sep 17 00:00:00 2001 From: fzyzcjy <5236035+fzyzcjy@users.noreply.github.com> Date: Thu, 14 Aug 2025 12:06:48 +0800 Subject: [PATCH] Fix docker container DeepEP error on Blackwell (#9171) --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 93afe639d..7957fe48d 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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 \