From a363642734a1fe080a9793ee81669da1b65ce34c Mon Sep 17 00:00:00 2001 From: reluctantfuturist Date: Thu, 1 May 2025 11:47:28 -0700 Subject: [PATCH] chore(installer): document libkrun for GPU passthrough on macOS --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 4695374a2..9116ffb3d 100755 --- a/install.sh +++ b/install.sh @@ -61,6 +61,8 @@ else fi # macOS + Podman: ensure VM is running before we try to launch containers +# If you need GPU passthrough under Podman on macOS, init the VM with libkrun: +# CONTAINERS_MACHINE_PROVIDER=libkrun podman machine init if [ "$ENGINE" = "podman" ] && [ "$(uname -s)" = "Darwin" ]; then if ! podman info &>/dev/null; then log "⌛️ Initializing Podman VM…"