Fix docker container DeepEP error on Blackwell (#9171)
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user