fix: deepep dockerfile, use pip install deepep. (#5885)

This commit is contained in:
Hank Han
2025-05-07 01:55:26 +08:00
committed by GitHub
parent a3e4e9bf9e
commit c9abd7be01

View File

@@ -71,7 +71,7 @@ RUN NVSHMEM_SHMEM_SUPPORT=0 \
WORKDIR /sgl-workspace/DeepEP
ENV NVSHMEM_DIR=/sgl-workspace/nvshmem/install
RUN NVSHMEM_DIR=/sgl-workspace/nvshmem/install python setup.py install
RUN NVSHMEM_DIR=/sgl-workspace/nvshmem/install pip install .
# Set workspace
WORKDIR /sgl-workspace