Skip to content

Commit

Permalink
chore: add ollama gpu all
Browse files Browse the repository at this point in the history
  • Loading branch information
l4rm4nd authored Jan 31, 2025
1 parent 21ed958 commit 078cbea
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/ollama-ui/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ services:
- 11434
volumes:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/ollama/data:/root/.ollama
#deploy:
# resources:
# reservations:
# devices:
# - driver: nvidia
# count: all
# capabilities: [gpu]
#networks:
# - proxy

Expand Down

0 comments on commit 078cbea

Please sign in to comment.