mirror of
https://github.com/dogkeeper886/ollama-k80-lab.git
synced 2025-12-10 15:57:05 +00:00
16 lines
255 B
YAML
16 lines
255 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
ollama:
|
|
image: dogkeeper886/ollama37
|
|
container_name: ollama37
|
|
ports:
|
|
- "11434:11434"
|
|
volumes:
|
|
- /home/jack/.ollama:/root/.ollama
|
|
restart: unless-stopped
|
|
runtime: nvidia
|
|
#volumes:
|
|
#ollama:
|
|
|