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