Skip to content

Commit 8ef5fc9

Browse files
committed
missing bzip2 package install for miopen
1 parent 5e89be5 commit 8ef5fc9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

common/install_miopen.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ fi
3535

3636
yum remove -y miopen-hip
3737

38+
# MIOpen for rocm 5.7 added bunzip2 as a dependency during its cmake invocation
39+
yum install -y bzip2
40+
3841
# Function to retry functions that sometimes timeout or have flaky failures
3942
retry () {
4043
$* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*)

0 commit comments

Comments
 (0)