Unverified Commit c9abd7be authored by Hank Han's avatar Hank Han Committed by GitHub
Browse files

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

parent a3e4e9bf
...@@ -71,7 +71,7 @@ RUN NVSHMEM_SHMEM_SUPPORT=0 \ ...@@ -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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment