Skip to content

Commit

Permalink
fix: add git-lfs into rocm.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
supersonictw authored Nov 18, 2023
1 parent d303a47 commit 8e750c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/rocm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

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

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

0 comments on commit 8e750c6

Please sign in to comment.