Skip to content

Commit

Permalink
update rocm dockerfile to bulild rccl with release tag due to rccl:ms…
Browse files Browse the repository at this point in the history
…ccl build error
  • Loading branch information
yukirora authored Jul 25, 2024
1 parent 5c3770f commit 8e3254f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dockerfile/rocm5.7.x.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ RUN cd /tmp && \

# Install RCCL
RUN cd /opt/ && \
git clone https://github.com/ROCmSoftwarePlatform/rccl.git && \
git clone -b release/rocm-rel-5.7 https://github.com/ROCmSoftwarePlatform/rccl.git && \
cd rccl && \
mkdir build && \
cd build && \
Expand Down
2 changes: 1 addition & 1 deletion dockerfile/rocm6.0.x.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ RUN cd /tmp && \

# Install RCCL
RUN cd /opt/ && \
git clone https://github.com/ROCmSoftwarePlatform/rccl.git && \
git clone -b release/rocm-rel-6.0 https://github.com/ROCmSoftwarePlatform/rccl.git && \
cd rccl && \
mkdir build && \
cd build && \
Expand Down

0 comments on commit 8e3254f

Please sign in to comment.