podman-desktop-extension-ai-lab icon indicating copy to clipboard operation
podman-desktop-extension-ai-lab copied to clipboard

Error creating new service in AI Lab

Open ScrewTSW opened this issue 8 months ago • 5 comments

Bug description

Original issue https://github.com/podman-desktop/podman-desktop/issues/11640

When attempting to create a new service or new playground in Podman AI Lab extension, I get an error stating that

Pulling ghcr.io/containers/podman-desktop-extension-ai-lab-playground-images/ai-lab-playground-chat-vulkan@sha256:6a93b247099643f4f8c78ee9896c2ce4e9a455af114a69be09c16ad36aa51fd2.
Something went wrong while pulling ghcr.io/containers/podman-desktop-extension-ai-lab-playground-images/ai-lab-playground-chat-vulkan@sha256:6a93b247099643f4f8c78ee9896c2ce4e9a455af114a69be09c16ad36aa51fd2:
    Error: image ghcr.io/containers/podman-desktop-extension-ai-lab-playground-images/ai-lab-playground-chat-vulkan@sha256:6a93b247099643f4f8c78ee9896c2ce4e9a455af114a69be09c16ad36aa51fd2 not found.

In looking at the Github repo [1], it appears that this version does not exist.

[1] https://github.com/containers/podman-desktop-extension-ai-lab-playground-images/pkgs/container/podman-desktop-extension-ai-lab-playground-images%2Fai-lab-playground-chat-vulkan/versions?filters%5Bversion_type%5D=tagged

Operating system

MacOS Sequoia 15.3.1 (Silicon)

Installation Method

from Podman-Desktop extension page

Version

next (development version)

Steps to reproduce

  1. Install AI Lab Extension
  2. Click on Models > Services
  3. Click on "Create Service"
  4. Select a model, then click [+ Create Service]
  5. Witness error

Relevant log output


Additional context

I did attempt to delete and re-enable the extension (v. 1.5.0) without any change in behavior.

ScrewTSW avatar Mar 17 '25 09:03 ScrewTSW

@testingillusions Is it possible it was just an outage? We see the same digest in the ai.json definition file, but we did not encounter any issues during testing. Could it possibly also have been a networking related issue?

ScrewTSW avatar Mar 17 '25 09:03 ScrewTSW

Image

Tested on our machines on our infra, service started without issues @testingillusions

ScrewTSW avatar Mar 17 '25 10:03 ScrewTSW

Hi @ScrewTSW I am still getting an error today attempting to create a service.

Image

Not sure why I am not seeing this image. I also do not see this SHA2 tag in the list of available versions. When was the 51fd2 image created?

testingillusions avatar Mar 17 '25 12:03 testingillusions

@ScrewTSW Did a little more testing and discovered that it was due to my podman machine being out of disk space. Tested with another machine and it worked as expected.

So, this is really a bug in the message that is displayed. It is not detecting the return message of "Disk out of space" correctly when it errors out, leading to confusion by the user.

Should I write another bug for the error message mismatch, or will this one be OK?

testingillusions avatar Mar 17 '25 13:03 testingillusions

@ScrewTSW Did a little more testing and discovered that it was due to my podman machine being out of disk space. Tested with another machine and it worked as expected.

So, this is really a bug in the message that is displayed. It is not detecting the return message of "Disk out of space" correctly when it errors out, leading to confusion by the user.

Should I write another bug for the error message mismatch, or will this one be OK?

We need to check because this case is handled by Podman and we may not see the error at all

jeffmaury avatar Mar 17 '25 18:03 jeffmaury