Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

latest-cublas-cuda12 tag does not exist on DockerHub or Quay #1724

Closed
roblandry opened this issue Feb 19, 2024 · 4 comments · Fixed by #2574
Closed

latest-cublas-cuda12 tag does not exist on DockerHub or Quay #1724

roblandry opened this issue Feb 19, 2024 · 4 comments · Fixed by #2574
Labels
bug Something isn't working unconfirmed

Comments

@roblandry
Copy link

LocalAI version:

Latest tags: quay.io/go-skynet/local-ai:latest-cublas-cuda12 or localai/localai:latest-cublas-cuda12
Version tag: quay.io/go-skynet/local-ai:v2.8.2-cublas-cuda12

Environment, CPU architecture, OS, and Version:

Linux ZEUS 6.1.64-Unraid #1 SMP PREEMPT_DYNAMIC Wed Nov 29 12:48:16 PST 2023 x86_64 Intel(R) Core(TM) i5-10400 CPU @ 2.90GHz GenuineIntel GNU/Linux

Describe the bug

"latest" tag does not exist.
I've been using Version tags.
Reading the latest docs container-images, it indicates a "latest" tag should exist.
You can validate it does not: DockerHub

To Reproduce

Update docker compose with latest tag

    image: quay.io/go-skynet/local-ai:latest-cublas-cuda12

Pull latest tag

❯ docker compose pull

Expected behavior

Tag exists and pulls

Logs

❯ docker compose pull
[+] Pulling 2/2
 ✘ api Error 
Error response from daemon: manifest for quay.io/go-skynet/local-ai:latest-cublas-cuda12 not found: manifest unknown: manifest unknown

Additional context

@roblandry roblandry added bug Something isn't working unconfirmed labels Feb 19, 2024
@nidhoggr-nil
Copy link

had the same issue, used localai/localai:master-cublas-cuda12 instead as it was there.

@roblandry
Copy link
Author

Master is not the same as latest. Master would be more of a beta.

@phil-lipp
Copy link

It was working for v2.11, but now with the release of v2.12.X the "manifest unknown" pops up again for me

@Taikono-Himazin
Copy link
Contributor

I think the problem is probably that the wrong tag name is listed in the documentation.
Probably "latest-gpu-nvidia-cuda-12" is correct.

latest-gpu-nvidia-cuda-12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working unconfirmed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants