added forgotten dir creation

This commit is contained in:
crowetic 2025-05-20 14:06:18 -07:00
parent b1b2010ddf
commit aeacc0f94b

View File

@ -487,6 +487,7 @@ if [[ "$1" != "--update" ]]; then
else else
read -p " Install pipelines for open-webui? [y/N]: " pipelines_prompt read -p " Install pipelines for open-webui? [y/N]: " pipelines_prompt
if [[ "$pipelines_prompt" =~ ^[Yy]$ ]]; then if [[ "$pipelines_prompt" =~ ^[Yy]$ ]]; then
mkdir -p ~/ai-stack/pipelines
docker run -d \ docker run -d \
--name pipelines \ --name pipelines \
--network ai-stack-net \ --network ai-stack-net \