Corrected directory structure

This commit is contained in:
2025-12-27 13:40:07 -05:00
parent a3df4cdadb
commit 2215d8c2e8

View File

@@ -38,7 +38,7 @@ job "ai-backend" {
# Pass the graphics hardware to the container # Pass the graphics hardware to the container
volumes = [ volumes = [
"/opt/homelab/ollama:/root/.ollama", "/mnt/local-ssd/nomad/stacks/ai/ai-backend/ollama:/root/.ollama",
"/dev/kfd:/dev/kfd", "/dev/kfd:/dev/kfd",
"/dev/dri:/dev/dri" "/dev/dri:/dev/dri"
] ]