Skip to content

Commit

Permalink
remove -j
Browse files Browse the repository at this point in the history
  • Loading branch information
yukirora committed May 26, 2022
1 parent 496f4e2 commit 436efa6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dockerfile/rocm5.1.1-pytorch1.10.0.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,12 @@ RUN cd /tmp && \
rm -rf mlc

# Install rccl with commitid 6707a27
ARG NUM_MAKE_RCCL=2
RUN cd /tmp && \
git clone https://github.com/ROCmSoftwarePlatform/rccl.git && \
cd rccl && git checkout 6707a27 && \
mkdir build && cd build && \
CXX=/opt/rocm/bin/hipcc cmake -DCMAKE_INSTALL_PREFIX=/usr/local .. && \
make -j ${NUM_MAKE_RCCL} && make install && \
make && make install && \
cd /tmp && \
rm -rf rccl

Expand Down

0 comments on commit 436efa6

Please sign in to comment.