Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/Dockerfile.deepep
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading