From: Kevin Hannon Date: Thu, 19 Mar 2026 07:08:47 +0000 (-0400) Subject: docs: add information about openvino in the docker page (#20743) X-Git-Tag: upstream/0.0.8611~190 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=c014c3f83a5fe3ea29677df7a069a16b3c856e05;p=pkg%2Fggml%2Fsources%2Fllama.cpp docs: add information about openvino in the docker page (#20743) --- diff --git a/docs/docker.md b/docs/docker.md index a3b263497..9fb5e65ea 100644 --- a/docs/docker.md +++ b/docs/docker.md @@ -28,6 +28,9 @@ Additionally, there the following images, similar to the above: - `ghcr.io/ggml-org/llama.cpp:full-vulkan`: Same as `full` but compiled with Vulkan support. (platforms: `linux/amd64`) - `ghcr.io/ggml-org/llama.cpp:light-vulkan`: Same as `light` but compiled with Vulkan support. (platforms: `linux/amd64`) - `ghcr.io/ggml-org/llama.cpp:server-vulkan`: Same as `server` but compiled with Vulkan support. (platforms: `linux/amd64`) +- `ghcr.io/ggml-org/llama.cpp:full-openvino`: Same as `full` but compiled with OpenVino support. (platforms: `linux/amd64`) +- `ghcr.io/ggml-org/llama.cpp:light-openvino`: Same as `light` but compiled with OpenVino support. (platforms: `linux/amd64`) +- `ghcr.io/ggml-org/llama.cpp:server-openvino`: Same as `server` but compiled with OpenVino support. (platforms: `linux/amd64`) The GPU enabled images are not currently tested by CI beyond being built. They are not built with any variation from the ones in the Dockerfiles defined in [.devops/](../.devops/) and the GitHub Action defined in [.github/workflows/docker.yml](../.github/workflows/docker.yml). If you need different settings (for example, a different CUDA, ROCm or MUSA library, you'll need to build the images locally for now).