Add Ollama news sentiment analysis
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
20
support/ollama/docker-compose.yml
Normal file
20
support/ollama/docker-compose.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
services:
|
||||
ollama:
|
||||
image: ollama/ollama
|
||||
hostname: ollama
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ollama:/root/.ollama
|
||||
ports:
|
||||
- target: 11434
|
||||
published: 11434
|
||||
deploy:
|
||||
resources:
|
||||
reservations:
|
||||
devices:
|
||||
- driver: nvidia
|
||||
count: all
|
||||
capabilities: [gpu]
|
||||
|
||||
volumes:
|
||||
ollama:
|
Reference in New Issue
Block a user