add initial framework desktop config

This commit is contained in:
2026-01-13 13:51:42 -05:00
parent 737a58a13c
commit 5cfe7bb38e
6 changed files with 250 additions and 27 deletions

View File

@@ -0,0 +1,19 @@
[Unit]
Description=An Ollama Server
[Container]
Pod=ai.pod
Image=docker.io/ollama/ollama:0.13.5
Volume=ollama:/root/.ollama
AddDevice=/dev/kfd
AddDevice=/dev/dri
Environment=OLLAMA_VULKAN=1
[Service]
Restart=always
# Extend Timeout to allow time to pull the image
TimeoutStartSec=900
[Install]
# Start by default on boot
WantedBy=multi-user.target default.target