minor fixes
This commit is contained in:
parent
26a8c501ec
commit
b1b2010ddf
@ -238,6 +238,7 @@ if [[ "$1" != "--update" ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
# whisper-cpp-gpu custom INSTALL
|
||||||
if [[ "$1" != "--update" ]]; then
|
if [[ "$1" != "--update" ]]; then
|
||||||
if check_container_running "whispercpp-gpu"; then
|
if check_container_running "whispercpp-gpu"; then
|
||||||
echo "✅ Skipping Whisper.cpp install (already running)."
|
echo "✅ Skipping Whisper.cpp install (already running)."
|
||||||
@ -488,7 +489,7 @@ if [[ "$1" != "--update" ]]; then
|
|||||||
if [[ "$pipelines_prompt" =~ ^[Yy]$ ]]; then
|
if [[ "$pipelines_prompt" =~ ^[Yy]$ ]]; then
|
||||||
docker run -d \
|
docker run -d \
|
||||||
--name pipelines \
|
--name pipelines \
|
||||||
--network ai-stack-net \ # <-- key bit
|
--network ai-stack-net \
|
||||||
-p 9099:9099 \
|
-p 9099:9099 \
|
||||||
-v ~/ai-stack/pipelines:/app/pipelines \
|
-v ~/ai-stack/pipelines:/app/pipelines \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user