Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update ollama/ollama docker tag to v0.3.11 #4871

Merged
merged 3 commits into from
Sep 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": 32,
"version": "0.3.10-rocm",
"tipi_version": 33,
"version": "0.3.11-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": 1725788642000
"updated_at": 1726642067000
}
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.3.10-rocm
image: ollama/ollama:0.3.11-rocm
restart: unless-stopped
container_name: ollama-amd
environment:
Expand Down
6 changes: 3 additions & 3 deletions apps/ollama-cpu/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"exposable": true,
"port": 11436,
"id": "ollama-cpu",
"tipi_version": 32,
"version": "0.3.10",
"tipi_version": 33,
"version": "0.3.11",
"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": 1725788644000
"updated_at": 1726642077000
}
2 changes: 1 addition & 1 deletion apps/ollama-cpu/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.7'

services:
ollama-cpu:
image: ollama/ollama:0.3.10
image: ollama/ollama:0.3.11
restart: unless-stopped
container_name: ollama-cpu
ports:
Expand Down
6 changes: 3 additions & 3 deletions apps/ollama-nvidia/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"exposable": true,
"port": 11435,
"id": "ollama-nvidia",
"tipi_version": 32,
"version": "0.3.10",
"tipi_version": 33,
"version": "0.3.11",
"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": 1725788647000
"updated_at": 1726642079000
}
2 changes: 1 addition & 1 deletion apps/ollama-nvidia/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.7'

services:
ollama-nvidia:
image: ollama/ollama:0.3.10
image: ollama/ollama:0.3.11
restart: unless-stopped
container_name: ollama-nvidia
ports:
Expand Down
Loading