Mercurial > code > home > repos > infra
diff apt.py @ 254:11b738d4c4ae
work on k8s/nvidia setup
author | drewp@bigasterisk.com |
---|---|
date | Thu, 25 Jan 2024 18:50:44 -0800 |
parents | 5c10b1e8d0e1 |
children | 0ed4add0b1a4 |
line wrap: on
line diff
--- a/apt.py Tue Jan 09 19:56:01 2024 -0800 +++ b/apt.py Thu Jan 25 18:50:44 2024 -0800 @@ -31,6 +31,7 @@ ('https://ftp-master.debian.org/keys/archive-key-11-security.asc', 'bullseye-security.gpg'), ('https://packages.cloud.google.com/apt/doc/apt-key.gpg', 'coral.gpg'), ('https://hub.unity3d.com/linux/keys/public', 'unityhub.gpg'), + ('https://nvidia.github.io/libnvidia-container/gpgkey', 'nvidia.gpg'), ] ]) if host.get_fact(Arch) == 'armv7l' or host.name == 'bang': # I mean raspbian/debian