From ee107aadd6c8ddb9980e2f7ab54f9d6d1ec4fbf3 Mon Sep 17 00:00:00 2001 From: Omar Abdelwahab Date: Mon, 1 Dec 2025 21:03:34 -0800 Subject: [PATCH] fix(docs): Updated the LS documentation to point users to the correct docker container (#4267) # What does this PR do? Fixed the docker container name in the documentation by changing `docker pull llama-stack/distribution-starter` `docker pull llama-stack/distribution-meta-reference-gpu` to `docker pull llamastack/distribution-starter` `docker pull llamastack/distribution-meta-reference-gpu` Closes this [issue](https://github.com/llamastack/llama-stack/issues/4208) ## Test Plan ci Co-authored-by: Omar Abdelwahab --- docs/docs/distributions/list_of_distributions.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/distributions/list_of_distributions.mdx b/docs/docs/distributions/list_of_distributions.mdx index 57fa6e85f..d763df0a5 100644 --- a/docs/docs/distributions/list_of_distributions.mdx +++ b/docs/docs/distributions/list_of_distributions.mdx @@ -28,7 +28,7 @@ Llama Stack provides several pre-configured distributions to help you get starte - Run locally with Ollama for development ```bash -docker pull llama-stack/distribution-starter +docker pull llamastack/distribution-starter ``` **Guides:** [Starter Distribution Guide](self_hosted_distro/starter) @@ -41,7 +41,7 @@ docker pull llama-stack/distribution-starter - Need to run inference locally ```bash -docker pull llama-stack/distribution-meta-reference-gpu +docker pull llamastack/distribution-meta-reference-gpu ``` **Guides:** [Meta Reference GPU Guide](self_hosted_distro/meta-reference-gpu)