From c6730a17075f25b442b0615048e57f5772bd2a83 Mon Sep 17 00:00:00 2001 From: Gabe Date: Wed, 29 Jul 2026 00:33:17 +0000 Subject: [PATCH] Update AI_Containers/llama/compose.yaml --- AI_Containers/llama/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AI_Containers/llama/compose.yaml b/AI_Containers/llama/compose.yaml index bc84940..cb9b4bd 100644 --- a/AI_Containers/llama/compose.yaml +++ b/AI_Containers/llama/compose.yaml @@ -23,7 +23,7 @@ services: reservations: memory: 2g - # --- model mounted read-only, downloaded out-of-band (see notes below) --- + # --- model mounted read-only, downloaded out-of-band (see README.md) --- volumes: - /srv/docker/llama/models:/models:ro