Skip to content

Commit 9543b40

Browse files
authored
1.1.2 (#1110)
* fix: bump inference server image to 0.3.2 (#1106) Fixes #1103 Signed-off-by: Jeff MAURY <jmaury@redhat.com> * chore: update to v1.1.2 AI Lab Recipes (#1109) Fixes #1107 Signed-off-by: Jeff MAURY <jmaury@redhat.com> --------- Signed-off-by: Jeff MAURY <jmaury@redhat.com>
1 parent d6c1eae commit 9543b40

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/backend/src/assets/ai.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description" : "This is a Streamlit chat demo application.",
66
"name" : "ChatBot",
77
"repository": "https://github.com/containers/ai-lab-recipes",
8-
"ref": "v1.1.1",
8+
"ref": "v1.1.2",
99
"icon": "natural-language-processing",
1010
"categories": [
1111
"natural-language-processing"
@@ -31,7 +31,7 @@
3131
"description" : "This is a Streamlit demo application for summarizing text.",
3232
"name" : "Summarizer",
3333
"repository": "https://github.com/containers/ai-lab-recipes",
34-
"ref": "v1.1.1",
34+
"ref": "v1.1.2",
3535
"icon": "natural-language-processing",
3636
"categories": [
3737
"natural-language-processing"
@@ -57,7 +57,7 @@
5757
"description" : "This is a code-generation demo application.",
5858
"name" : "Code Generation",
5959
"repository": "https://github.com/containers/ai-lab-recipes",
60-
"ref": "v1.1.1",
60+
"ref": "v1.1.2",
6161
"icon": "generator",
6262
"categories": [
6363
"natural-language-processing"
@@ -83,7 +83,7 @@
8383
"description" : "This is an audio to text demo application.",
8484
"name" : "Audio to Text",
8585
"repository": "https://github.com/containers/ai-lab-recipes",
86-
"ref": "v1.1.1",
86+
"ref": "v1.1.2",
8787
"icon": "generator",
8888
"categories": [
8989
"audio"
@@ -99,7 +99,7 @@
9999
"description" : "This is an object detection demo application.",
100100
"name" : "Object Detection",
101101
"repository": "https://github.com/containers/ai-lab-recipes",
102-
"ref": "v1.1.1",
102+
"ref": "v1.1.2",
103103
"icon": "generator",
104104
"categories": [
105105
"computer-vision"

packages/backend/src/utils/inferenceUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export const SECOND: number = 1_000_000_000;
3636
export const LABEL_INFERENCE_SERVER: string = 'ai-lab-inference-server';
3737

3838
export const INFERENCE_SERVER_IMAGE =
39-
'ghcr.io/containers/podman-desktop-extension-ai-lab-playground-images/ai-lab-playground-chat:0.3.1';
39+
'ghcr.io/containers/podman-desktop-extension-ai-lab-playground-images/ai-lab-playground-chat:0.3.2';
4040

4141
/**
4242
* Return container connection provider

0 commit comments

Comments
 (0)