Skip to content

Commit

Permalink
chore(docs): add Vulkan images links (#3620)
Browse files Browse the repository at this point in the history
Signed-off-by: Ettore Di Giacinto <[email protected]>
  • Loading branch information
mudler authored Sep 20, 2024
1 parent 6c6cd8b commit bf8e50a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/content/docs/getting-started/container-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Images are available with and without python dependencies. Note that images with

Images with `core` in the tag are smaller and do not contain any python dependencies.

{{< tabs tabTotal="6" >}}
{{< tabs tabTotal="7" >}}
{{% tab tabName="Vanilla / CPU Images" %}}

| Description | Quay | Docker Hub |
Expand Down Expand Up @@ -227,6 +227,15 @@ Images with `core` in the tag are smaller and do not contain any python dependen

{{% /tab %}}


{{% tab tabName="Vulkan Images" %}}
| Description | Quay | Docker Hub |
| --- | --- |-------------------------------------------------------------|
| Latest images from the branch (development) | `quay.io/go-skynet/local-ai: master-vulkan-ffmpeg-core ` | `localai/localai: master-vulkan-ffmpeg-core ` |
| Latest tag | `quay.io/go-skynet/local-ai: latest-vulkan-ffmpeg-core ` | `localai/localai: latest-vulkan-ffmpeg-core` |
| Versioned image including FFMpeg, no python | `quay.io/go-skynet/local-ai:{{< version >}}-vulkan-fmpeg-core` | `localai/localai:{{< version >}}-vulkan-fmpeg-core` |
{{% /tab %}}

{{< /tabs >}}

## See Also
Expand Down

0 comments on commit bf8e50a

Please sign in to comment.