From ac9963dea38e627fc73f7bd8d89d4c65283aef9b Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Tue, 5 Nov 2024 11:59:56 -0800 Subject: [PATCH] precommit --- docs/source/distribution_dev/building_distro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/distribution_dev/building_distro.md b/docs/source/distribution_dev/building_distro.md index 976474ebe..d61b3b295 100644 --- a/docs/source/distribution_dev/building_distro.md +++ b/docs/source/distribution_dev/building_distro.md @@ -248,7 +248,7 @@ Dockerfile created successfully in /tmp/tmp.viA3a3Rdsg/DockerfileFROM python:3.1 You can now edit ~/meta-llama/llama-stack/tmp/configs/ollama-run.yaml and run `llama stack run ~/meta-llama/llama-stack/tmp/configs/ollama-run.yaml` ``` -After this step is successful, you should be able to find the built docker image and test it with `llama stack run `. +After this step is successful, you should be able to find the built docker image and test it with `llama stack run `. ## Step 2. Run