Skip to content

Commit

Permalink
fix: update rocm.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
supersonictw authored Nov 18, 2023
1 parent 016bb8e commit a959207
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/rocm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

set -e

alias sudo=""

# Install script dependencies
apt-get -qq install build-essential cmake repo git git-lfs
apt-get -qq install build-essential cmake repo git git-lfs python3-pip

# Repo sync
repo init -u https://github.com/RadeonOpenCompute/ROCm.git -b roc-5.7.x
Expand Down

0 comments on commit a959207

Please sign in to comment.