From aeacc0f94b2973f9727f18a3ab376907f365e17f Mon Sep 17 00:00:00 2001 From: crowetic Date: Tue, 20 May 2025 14:06:18 -0700 Subject: [PATCH] added forgotten dir creation --- setup-ai-stack.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup-ai-stack.sh b/setup-ai-stack.sh index 10572ce..f2d75f5 100644 --- a/setup-ai-stack.sh +++ b/setup-ai-stack.sh @@ -487,6 +487,7 @@ if [[ "$1" != "--update" ]]; then else read -p "➕ Install pipelines for open-webui? [y/N]: " pipelines_prompt if [[ "$pipelines_prompt" =~ ^[Yy]$ ]]; then + mkdir -p ~/ai-stack/pipelines docker run -d \ --name pipelines \ --network ai-stack-net \