[add] serve the home
This commit is contained in:
parent
a398a4d8a1
commit
13ac0c5056
2 changed files with 4 additions and 0 deletions
|
@ -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:
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue