minor fixes

This commit is contained in:
crowetic 2025-05-20 14:04:23 -07:00
parent 26a8c501ec
commit b1b2010ddf

View File

@ -238,6 +238,7 @@ if [[ "$1" != "--update" ]]; then
fi
# whisper-cpp-gpu custom INSTALL
if [[ "$1" != "--update" ]]; then
if check_container_running "whispercpp-gpu"; then
echo "✅ Skipping Whisper.cpp install (already running)."
@ -488,7 +489,7 @@ if [[ "$1" != "--update" ]]; then
if [[ "$pipelines_prompt" =~ ^[Yy]$ ]]; then
docker run -d \
--name pipelines \
--network ai-stack-net \ # <-- key bit
--network ai-stack-net \
-p 9099:9099 \
-v ~/ai-stack/pipelines:/app/pipelines \
--restart unless-stopped \