Set OLLAMA_NUM_CTX=16384 to prevent prompt truncation for openclaw

This commit is contained in:
2026-02-20 22:23:15 +00:00
parent 2ab1cccdc8
commit 03bf4bc05c
+1
View File
@@ -9,6 +9,7 @@ services:
- NVIDIA_VISIBLE_DEVICES=all
- NVIDIA_DRIVER_CAPABILITIES=compute,utility
- TZ=America/New_York
- OLLAMA_NUM_CTX=16384
volumes:
- /srv/ollama:/root/.ollama
runtime: nvidia