[ROCm] apt update

This commit is contained in:
Ruturaj4 2024-10-11 17:29:28 -05:00
parent 18bc354305
commit 937d79e3f2

View File

@ -270,6 +270,8 @@ def setup_repos_ubuntu(rocm_version_str):
if rv.rev == 0:
rocm_version_str = "%d.%d" % (rv.major, rv.minor)
# Update indexes.
subprocess.check_call(["apt-get", "update"])
s = get_system()
s.install_packages(["wget", "sudo", "gnupg"])