diff packages.py @ 283:0befc8696a07

ws
author drewp@bigasterisk.com
date Mon, 15 Apr 2024 02:28:05 -0700
parents ce823a167641
children 73ec5064da44
line wrap: on
line diff
--- a/packages.py	Mon Apr 15 02:27:07 2024 -0700
+++ b/packages.py	Mon Apr 15 02:28:05 2024 -0700
@@ -33,11 +33,13 @@
         "corepack prepare 'pnpm@8.6.3' --activate",
     ])
 
+
 def podman():
     apt.packages(packages=['libsubid4', 'buildah', 'podman-docker'], latest=True)
     # frigate build wants to mount a single file from the host, which needs podman 4.5.1
     # https://github.com/containers/podman/issues/12123#issuecomment-1620439593
-    apt.deb(src="http://ftp.osuosl.org/pub/ubuntu/pool/universe/libp/libpod/podman_4.9.3+ds1-1_amd64.deb") 
+    apt.deb(src="http://ftp.osuosl.org/pub/ubuntu/pool/universe/libp/libpod/podman_4.9.3+ds1-1_amd64.deb")
+
 
 def pdm():
     # https://github.com/pdm-project/pdm/blob/main/CHANGELOG.md
@@ -112,7 +114,7 @@
     apt.packages(packages=package_lists.k8s_node_with_nvidia_gpu(host.name))  # no kw, or apt will remove nvidia-utils-VERS (!)
 
 if host.name in ['dash', 'slash', 'ditto']:
-    podman()    
+    podman()
 
 if host.name == 'ditto':
     # should have happened in the previous step, but it gets reverted.