Skip to content

Commit

Permalink
chore(deps): update ollama/ollama docker tag to v0.5.4 (#6014)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 17, 2024
1 parent 7278ebd commit 4cbde81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions apps/ollama-amd/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"exposable": true,
"port": 11434,
"id": "ollama-amd",
"tipi_version": 48,
"version": "0.5.3-rocm",
"tipi_version": 49,
"version": "0.5.4-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",
Expand All @@ -16,5 +16,5 @@
"form_fields": [],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1734450622000
"updated_at": 1734465908000
}
2 changes: 1 addition & 1 deletion apps/ollama-amd/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.7'

services:
ollama-amd:
image: ollama/ollama:0.5.3-rocm
image: ollama/ollama:0.5.4-rocm
restart: unless-stopped
container_name: ollama-amd
environment:
Expand Down

0 comments on commit 4cbde81

Please sign in to comment.