From 49778a6ce0d6fd8d19313b47cee5a5654c45314a Mon Sep 17 00:00:00 2001 From: Kawrakow Date: Sun, 15 Mar 2026 12:35:04 +0100 Subject: [PATCH] Update Docker documentation with important notice Clarify the status of Docker support in ik_llama.cpp. --- docs/docker.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/docker.md b/docs/docker.md index d8922d77..37244656 100644 --- a/docs/docker.md +++ b/docs/docker.md @@ -1,5 +1,8 @@ # Docker +>[!IMPORTANT] +>`ik_llama.cpp` provides to official support for docker images. All of the following has been inheritted from `llama.cpp` when I forked the project, and has never been updated. As such, it is outdated and likely inaccurate. I have still left it behind in case it is useful for someone interested in preparing theor own docker images. + ## Prerequisites * Docker must be installed and running on your system. * Create a folder to store big models & intermediate files (ex. /llama/models)