Skip to content

Commit

Permalink
missing bzip2 package install for miopen
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdaily committed Sep 18, 2023
1 parent 5e89be5 commit 8ef5fc9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions common/install_miopen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ fi

yum remove -y miopen-hip

# MIOpen for rocm 5.7 added bunzip2 as a dependency during its cmake invocation
yum install -y bzip2

# Function to retry functions that sometimes timeout or have flaky failures
retry () {
$* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*)
Expand Down

0 comments on commit 8ef5fc9

Please sign in to comment.