Skip to content

Commit

Permalink
fix: bump inference server image to 0.3.2 (#1106)
Browse files Browse the repository at this point in the history
Fixes #1103

Signed-off-by: Jeff MAURY <[email protected]>
  • Loading branch information
jeffmaury authored May 22, 2024
1 parent b2c18a5 commit 204a811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/utils/inferenceUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 204a811

Please sign in to comment.