Mercurial > code > home > repos > infra
comparison packages.py @ 254:11b738d4c4ae
work on k8s/nvidia setup
author | drewp@bigasterisk.com |
---|---|
date | Thu, 25 Jan 2024 18:50:44 -0800 |
parents | cb9dce5b0731 |
children | 3f57cb70d592 |
comparison
equal
deleted
inserted
replaced
253:67fb7b27bfea | 254:11b738d4c4ae |
---|---|
80 apt.packages(packages=package_lists.for_prime, **kw) | 80 apt.packages(packages=package_lists.for_prime, **kw) |
81 | 81 |
82 if host.name == 'plus': | 82 if host.name == 'plus': |
83 apt.packages(packages=package_lists.laptop, **kw) | 83 apt.packages(packages=package_lists.laptop, **kw) |
84 | 84 |
85 if host.name in ['dash', 'bang', 'ditto']: | |
86 apt.packages(packages=package_lists.k8s_node_with_nvidia_gpu, **kw) | |
87 | |
85 | 88 |
86 if not is_pi: | 89 if not is_pi: |
87 apt.packages(packages=package_lists.non_pi, **kw) | 90 apt.packages(packages=package_lists.non_pi, **kw) |
88 if host.name != 'prime': # couldn't get prime to install a newer version than 18.7.0 | 91 if host.name != 'prime': # couldn't get prime to install a newer version than 18.7.0 |
89 nodejs() | 92 nodejs() |