From 9543b4035730d0ee7059035c7684c6cf04bdc685 Mon Sep 17 00:00:00 2001 From: Jeff MAURY Date: Wed, 22 May 2024 10:46:59 +0200 Subject: [PATCH] 1.1.2 (#1110) * fix: bump inference server image to 0.3.2 (#1106) Fixes #1103 Signed-off-by: Jeff MAURY * chore: update to v1.1.2 AI Lab Recipes (#1109) Fixes #1107 Signed-off-by: Jeff MAURY --------- Signed-off-by: Jeff MAURY --- packages/backend/src/assets/ai.json | 10 +++++----- packages/backend/src/utils/inferenceUtils.ts | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/backend/src/assets/ai.json b/packages/backend/src/assets/ai.json index 3b1976276..86ddc3eb1 100644 --- a/packages/backend/src/assets/ai.json +++ b/packages/backend/src/assets/ai.json @@ -5,7 +5,7 @@ "description" : "This is a Streamlit chat demo application.", "name" : "ChatBot", "repository": "https://github.com/containers/ai-lab-recipes", - "ref": "v1.1.1", + "ref": "v1.1.2", "icon": "natural-language-processing", "categories": [ "natural-language-processing" @@ -31,7 +31,7 @@ "description" : "This is a Streamlit demo application for summarizing text.", "name" : "Summarizer", "repository": "https://github.com/containers/ai-lab-recipes", - "ref": "v1.1.1", + "ref": "v1.1.2", "icon": "natural-language-processing", "categories": [ "natural-language-processing" @@ -57,7 +57,7 @@ "description" : "This is a code-generation demo application.", "name" : "Code Generation", "repository": "https://github.com/containers/ai-lab-recipes", - "ref": "v1.1.1", + "ref": "v1.1.2", "icon": "generator", "categories": [ "natural-language-processing" @@ -83,7 +83,7 @@ "description" : "This is an audio to text demo application.", "name" : "Audio to Text", "repository": "https://github.com/containers/ai-lab-recipes", - "ref": "v1.1.1", + "ref": "v1.1.2", "icon": "generator", "categories": [ "audio" @@ -99,7 +99,7 @@ "description" : "This is an object detection demo application.", "name" : "Object Detection", "repository": "https://github.com/containers/ai-lab-recipes", - "ref": "v1.1.1", + "ref": "v1.1.2", "icon": "generator", "categories": [ "computer-vision" diff --git a/packages/backend/src/utils/inferenceUtils.ts b/packages/backend/src/utils/inferenceUtils.ts index b59d8aa17..04024b10d 100644 --- a/packages/backend/src/utils/inferenceUtils.ts +++ b/packages/backend/src/utils/inferenceUtils.ts @@ -36,7 +36,7 @@ export const SECOND: number = 1_000_000_000; export const LABEL_INFERENCE_SERVER: string = 'ai-lab-inference-server'; export const INFERENCE_SERVER_IMAGE = - 'ghcr.io/containers/podman-desktop-extension-ai-lab-playground-images/ai-lab-playground-chat:0.3.1'; + 'ghcr.io/containers/podman-desktop-extension-ai-lab-playground-images/ai-lab-playground-chat:0.3.2'; /** * Return container connection provider