h3-Latest / docker-compose.gpu.yaml
github-actions[bot]
GitHub deploy: be20e6dec038d4066fa1400ffe6a3053ad3f7c6c
50bd43b
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