ваше сообщение коммита
This commit is contained in:
@@ -45,14 +45,16 @@ services:
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
cpus: '3.5'
|
||||
memory: 12G
|
||||
cpus: '4.0'
|
||||
memory: 16G
|
||||
reservations:
|
||||
cpus: '2.0'
|
||||
memory: 6G
|
||||
cpus: '3.0'
|
||||
memory: 12G
|
||||
environment:
|
||||
- OLLAMA_HOST=0.0.0.0
|
||||
- OLLAMA_ORIGINS=*
|
||||
- OLLAMA_NUM_PARALLEL=1
|
||||
- OLLAMA_NUM_GPU=1
|
||||
healthcheck:
|
||||
test: ["CMD", "ollama", "list"]
|
||||
interval: 30s
|
||||
|
||||
Reference in New Issue
Block a user