We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d325130 commit 793c5e8Copy full SHA for 793c5e8
docker-compose.yml
@@ -7,7 +7,7 @@ services:
7
environment:
8
OLLAMA_HOST: 0.0.0.0:11434
9
OLLAMA_MODELS: /var/lib/ollama/models
10
- # TODO: keep model alive
+ OLLAMA_KEEP_ALIVE: -1 # do not unload models
11
12
volumes:
13
- ollama-models:/var/lib/ollama/models
@@ -45,7 +45,7 @@ services:
45
46
47
48
49
50
51
0 commit comments