open-CHAT / docker-compose.gpu.yaml
github-actions[bot]
GitHub deploy: 3ad003bccbb8d2b64d11a1f7fc15c764e5091365
d769e37
raw
history blame
251 Bytes
services:
ollama:
# GPU support
deploy:
resources:
reservations:
devices:
- driver: ${OLLAMA_GPU_DRIVER-nvidia}
count: ${OLLAMA_GPU_COUNT-1}
capabilities:
- gpu