thomas-ui-new / docker-compose.gpu.yaml
github-actions[bot]
GitHub deploy: 8bdefa5481173c9fb166379a028bf0b18f618c61
f6186f1
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