chore(deps): update ollama/ollama docker tag to v0.1.37 (#3448)

This commit is contained in:
renovate[bot] 2024-05-12 00:30:03 +00:00 committed by GitHub
parent 7a02537687
commit 883a2a259c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 30 additions and 15 deletions

View File

@ -5,14 +5,19 @@
"exposable": true,
"port": 11434,
"id": "ollama-amd",
"tipi_version": 1,
"version": "0.1.33",
"categories": ["ai"],
"tipi_version": 2,
"version": "0.1.37-rocm",
"categories": [
"ai"
],
"description": "Get up and running with Llama 3, Mistral, Gemma, and other large language models.",
"short_desc": "LLMs inference server with OpenAI compatible API",
"author": "ollama",
"source": "https://github.com/ollama/ollama",
"website": "https://ollama.com",
"form_fields": [],
"supported_architectures": ["arm64", "amd64"]
"supported_architectures": [
"arm64",
"amd64"
]
}

View File

@ -2,7 +2,7 @@ version: '3.7'
services:
ollama-amd:
image: ollama/ollama:0.1.33-rocm
image: ollama/ollama:0.1.37-rocm
restart: unless-stopped
container_name: ollama-amd
environment:

View File

@ -5,14 +5,19 @@
"exposable": true,
"port": 11436,
"id": "ollama-cpu",
"tipi_version": 1,
"version": "0.1.33",
"categories": ["ai"],
"tipi_version": 2,
"version": "0.1.37",
"categories": [
"ai"
],
"description": "Get up and running with Llama 3, Mistral, Gemma, and other large language models.",
"short_desc": "LLMs inference server with OpenAI compatible API",
"author": "ollama",
"source": "https://github.com/ollama/ollama",
"website": "https://ollama.com",
"form_fields": [],
"supported_architectures": ["arm64", "amd64"]
"supported_architectures": [
"arm64",
"amd64"
]
}

View File

@ -2,7 +2,7 @@ version: '3.7'
services:
ollama-cpu:
image: ollama/ollama:0.1.33
image: ollama/ollama:0.1.37
restart: unless-stopped
container_name: ollama-cpu
ports:

View File

@ -5,14 +5,19 @@
"exposable": true,
"port": 11435,
"id": "ollama-nvidia",
"tipi_version": 1,
"version": "0.1.33",
"categories": ["ai"],
"tipi_version": 2,
"version": "0.1.37",
"categories": [
"ai"
],
"description": "Get up and running with Llama 3, Mistral, Gemma, and other large language models.",
"short_desc": "LLMs inference server with OpenAI compatible API",
"author": "ollama",
"source": "https://github.com/ollama/ollama",
"website": "https://ollama.com",
"form_fields": [],
"supported_architectures": ["arm64", "amd64"]
"supported_architectures": [
"arm64",
"amd64"
]
}

View File

@ -2,7 +2,7 @@ version: '3.7'
services:
ollama-nvidia:
image: ollama/ollama:0.1.33
image: ollama/ollama:0.1.37
restart: unless-stopped
container_name: ollama-nvidia
ports: