added forgotten dir creation
This commit is contained in:
parent
b1b2010ddf
commit
aeacc0f94b
@ -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 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user