podman-desktop-extension-ai-lab
podman-desktop-extension-ai-lab copied to clipboard
Error creating new service in AI Lab
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
- Install AI Lab Extension
- Click on Models > Services
- Click on "Create Service"
- Select a model, then click [+ Create Service]
- 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.
@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?
Tested on our machines on our infra, service started without issues @testingillusions
Hi @ScrewTSW I am still getting an error today attempting to create a service.
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?
@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?
@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