Skip to content

Commit 078cbea

Browse files
authored
chore: add ollama gpu all
1 parent 21ed958 commit 078cbea

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

examples/ollama-ui/docker-compose.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ services:
3131
- 11434
3232
volumes:
3333
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/ollama/data:/root/.ollama
34+
#deploy:
35+
# resources:
36+
# reservations:
37+
# devices:
38+
# - driver: nvidia
39+
# count: all
40+
# capabilities: [gpu]
3441
#networks:
3542
# - proxy
3643

0 commit comments

Comments
 (0)