Skip to content

Commit

Permalink
Update rocm6.2.x.dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yukirora authored Sep 21, 2024
1 parent 55adbab commit ded284a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfile/rocm6.2.x.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ RUN cmake_version=$(cmake --version 2>/dev/null | grep -oP "(?<=cmake version )(
make install && \
rm -rf /tmp/cmake-${required_version}* \
else \
echo "CMake version is greater than or equal to 3.23"; \
echo "CMake version is greater than or equal to 3.24.1"; \
fi

# Install Docker
Expand Down

0 comments on commit ded284a

Please sign in to comment.