fix: deepep dockerfile, use pip install deepep. (#5885)
This commit is contained in:
@@ -71,7 +71,7 @@ RUN NVSHMEM_SHMEM_SUPPORT=0 \
|
|||||||
|
|
||||||
WORKDIR /sgl-workspace/DeepEP
|
WORKDIR /sgl-workspace/DeepEP
|
||||||
ENV NVSHMEM_DIR=/sgl-workspace/nvshmem/install
|
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
|
# Set workspace
|
||||||
WORKDIR /sgl-workspace
|
WORKDIR /sgl-workspace
|
||||||
|
|||||||
Reference in New Issue
Block a user