ai-station / docker-compose.gpu.yaml
github-actions[bot]
GitHub deploy: 95de389bce6141c3d026f359c0a4267f6a75841d
e86cb3a
raw
history blame contribute delete
251 Bytes
services:
ollama:
# GPU support
deploy:
resources:
reservations:
devices:
- driver: ${OLLAMA_GPU_DRIVER-nvidia}
count: ${OLLAMA_GPU_COUNT-1}
capabilities:
- gpu