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 \