diff package_lists.py @ 254:11b738d4c4ae

work on k8s/nvidia setup
author drewp@bigasterisk.com
date Thu, 25 Jan 2024 18:50:44 -0800
parents b97de8433fe1
children 23cce0bdb1cc
line wrap: on
line diff
--- a/package_lists.py	Tue Jan 09 19:56:01 2024 -0800
+++ b/package_lists.py	Thu Jan 25 18:50:44 2024 -0800
@@ -306,3 +306,6 @@
     'screen-resolution-extra',
     'xserver-xorg',
 ]
+k8s_node_with_nvidia_gpu = [
+    'nvidia-container-toolkit',
+    ]