Skip to content

IA Ollama Installation

Lean's edited this page May 1, 2026 · 19 revisions

Option 1 (Isolated in Home Directory)

  • sudo pacman -S podman

  • crun

  • vim ~/.config/containers/storage.conf

[storage]
driver = "overlay"
graphroot = "/path/to/local/storage"
runroot = "/tmp/containers-user-1000"

Clone this wiki locally