[add] serve the home

This commit is contained in:
Andy Bunce 2025-03-18 14:32:43 +00:00
parent a398a4d8a1
commit 13ac0c5056
2 changed files with 4 additions and 0 deletions

View file

@ -22,6 +22,7 @@
title: Ahmad Shadeed title: Ahmad Shadeed
- url: https://chrisgreybrexitblog.blogspot.com/feeds/posts/default - url: https://chrisgreybrexitblog.blogspot.com/feeds/posts/default
- url: https://forgejo.org/rss.xml - url: https://forgejo.org/rss.xml
- url: https://feeds.feedburner.com/servethehome
- type: twitch-channels - type: twitch-channels
channels: channels:

View file

@ -9,6 +9,9 @@ services:
image: ollama/ollama:${OLLAMA_DOCKER_TAG-latest} image: ollama/ollama:${OLLAMA_DOCKER_TAG-latest}
ports: ports:
- 11434:11434 - 11434:11434
environment:
- OLLAMA_NUM_GPU=99
- OLLAMA_MAX_LOADED_MODELS=1
devices: devices:
- /dev/dri:/dev/dri - /dev/dri:/dev/dri