mirror of
https://github.com/ROCm/jax.git
synced 2025-04-15 19:36:06 +00:00
[ROCm] apt update
This commit is contained in:
parent
18bc354305
commit
937d79e3f2
@ -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"])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user