From 913e9679c23f384a61d1f7f0f944ff63332a6bb4 Mon Sep 17 00:00:00 2001 From: Bobbins228 Date: Wed, 9 Apr 2025 17:05:21 +0100 Subject: [PATCH] docs: update tmp directory creation --- docs/source/distributions/kubernetes_deployment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/distributions/kubernetes_deployment.md b/docs/source/distributions/kubernetes_deployment.md index 20fa20fd8..21ec02012 100644 --- a/docs/source/distributions/kubernetes_deployment.md +++ b/docs/source/distributions/kubernetes_deployment.md @@ -126,7 +126,7 @@ providers: Once we have defined the run configuration for Llama Stack, we can build an image with that configuration and the server source code: ``` -mkdir -p /tmp/test-vllm-llama-stack && cat >/tmp/test-vllm-llama-stack/Containerfile.llama-stack-run-k8s <$tmp_dir/Containerfile.llama-stack-run-k8s <