We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab6cc60 commit a9979feCopy full SHA for a9979fe
2 files changed
dappnode_package.json
@@ -4,7 +4,7 @@
4
"upstream": [
5
{
6
"repo": "ollama/ollama",
7
- "version": "v0.18.2",
+ "version": "v0.20.3",
8
"arg": "OLLAMA_VERSION"
9
}
10
],
docker-compose.yml
@@ -4,7 +4,7 @@ services:
build:
context: ollama
args:
- OLLAMA_VERSION: v0.18.2
+ OLLAMA_VERSION: v0.20.3
container_name: ollama.ollama.dnp.dappnode.eth
volumes:
- ollama:/root/.ollama
0 commit comments