CoolFace
Apppublic

beea/open-webui

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
docker-compose.gpu.yaml12 linesDownload Raw Back to root
1services:2  ollama:3    # GPU support4    deploy:5      resources:6        reservations:7          devices:8            - driver: ${OLLAMA_GPU_DRIVER-nvidia}9              count: ${OLLAMA_GPU_COUNT-1}10              capabilities:11                - gpu12