hi / docker-compose.gpu.yaml
github-actions[bot]
GitHub deploy: 46a97e62c7b095b0a87b890f9449742382800f53
b6495ef
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