minor fixes
This commit is contained in:
parent
26a8c501ec
commit
b1b2010ddf
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user