mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-03-28 03:29:25 +01:00
fix: bump default ollama and cyberchef versions
This commit is contained in:
parent
7ab5e65826
commit
0226e651c7
|
|
@ -70,7 +70,7 @@ export default class ServiceSeeder extends BaseSeeder {
|
||||||
display_order: 3,
|
display_order: 3,
|
||||||
description: 'Local AI chat that runs entirely on your hardware - no internet required',
|
description: 'Local AI chat that runs entirely on your hardware - no internet required',
|
||||||
icon: 'IconWand',
|
icon: 'IconWand',
|
||||||
container_image: 'ollama/ollama:0.15.2',
|
container_image: 'ollama/ollama:0.18.1',
|
||||||
source_repo: 'https://github.com/ollama/ollama',
|
source_repo: 'https://github.com/ollama/ollama',
|
||||||
container_command: 'serve',
|
container_command: 'serve',
|
||||||
container_config: JSON.stringify({
|
container_config: JSON.stringify({
|
||||||
|
|
@ -94,7 +94,7 @@ export default class ServiceSeeder extends BaseSeeder {
|
||||||
display_order: 11,
|
display_order: 11,
|
||||||
description: 'Swiss Army knife for data encoding, encryption, and analysis',
|
description: 'Swiss Army knife for data encoding, encryption, and analysis',
|
||||||
icon: 'IconChefHat',
|
icon: 'IconChefHat',
|
||||||
container_image: 'ghcr.io/gchq/cyberchef:10.19.4',
|
container_image: 'ghcr.io/gchq/cyberchef:10.22.1',
|
||||||
source_repo: 'https://github.com/gchq/CyberChef',
|
source_repo: 'https://github.com/gchq/CyberChef',
|
||||||
container_command: null,
|
container_command: null,
|
||||||
container_config: JSON.stringify({
|
container_config: JSON.stringify({
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user