mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 03:46:06 +00:00
apt udpdate
This commit is contained in:
parent
b1a837663c
commit
eafb38ca8e
@ -269,7 +269,9 @@ def setup_repos_ubuntu(rocm_version_str):
|
||||
# if X.Y.0 -> repo url version should be X.Y
|
||||
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