diff --git a/dappnode_package.json b/dappnode_package.json index 380ca8f..4387769 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -1,22 +1,26 @@ { - "name": "ollama.dnp.dappnode.eth", - "version": "0.1.0", - "upstream": [ - { - "repo": "ollama/ollama", - "version": "v0.30.2", - "arg": "OLLAMA_VERSION" - } + "architectures": [ + "linux/amd64" ], - "mainService": "ollama", - "shortDescription": "Local LLM inference engine with GPU acceleration", - "description": "Run large language models locally on your DAppNode with GPU acceleration. Ollama provides a fast and efficient LLM inference engine with AMD ROCm support.\n\n**Features:**\n- AMD GPU acceleration via ROCm\n- Complete privacy - all processing stays local\n- Support for multiple LLM models (Llama, Mistral, CodeLlama, etc.)\n\n**Requirements:**\n- AMD GPU with ROCm support\n- At least 8GB RAM (16GB+ recommended)\n- Sufficient storage for models (10GB+ recommended)", - "type": "service", "author": "DAppNode Association (https://github.com/dappnode)", + "categories": [ + "AI" + ], + "description": "Run large language models locally on your DAppNode with GPU acceleration. Ollama provides a fast and efficient LLM inference engine with AMD ROCm support.\n\n**Features:**\n- AMD GPU acceleration via ROCm\n- Complete privacy - all processing stays local\n- Support for multiple LLM models (Llama, Mistral, CodeLlama, etc.)\n\n**Requirements:**\n- AMD GPU with ROCm support\n- At least 8GB RAM (16GB+ recommended)\n- Sufficient storage for models (10GB+ recommended)", "license": "GPL-3.0", - "categories": ["AI"], "links": { "Models library": "https://ollama.com/library" }, - "architectures": ["linux/amd64"] + "mainService": "ollama", + "name": "ollama.dnp.dappnode.eth", + "shortDescription": "Local LLM inference engine with GPU acceleration", + "type": "service", + "upstream": [ + { + "arg": "OLLAMA_VERSION", + "repo": "ollama/ollama", + "version": "v0.30.11" + } + ], + "version": "0.1.1" } diff --git a/docker-compose.yml b/docker-compose.yml index e409ea8..c9cb94e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,7 @@ services: build: context: ollama args: - OLLAMA_VERSION: v0.30.2 + OLLAMA_VERSION: v0.30.11 container_name: ollama.ollama.dnp.dappnode.eth volumes: - ollama:/root/.ollama