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

This commit is contained in:
Hank Han
2025-05-06 10:55:26 -07:00
committed by GitHub
parent a3e4e9bf9e
commit c9abd7be01
+1 -1
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