Added parallelism
This commit is contained in:
parent
94a68b523e
commit
8347f0b0f3
@ -5,6 +5,8 @@ services:
|
||||
volumes:
|
||||
- ./ollama:/root/.ollama
|
||||
container_name: ollama
|
||||
environment:
|
||||
- OLLAMA_NUM_PARALLEL=2
|
||||
pull_policy: always
|
||||
tty: true
|
||||
restart: unless-stopped
|
||||
|
||||
Loading…
Reference in New Issue
Block a user