mirror of
https://github.com/furyhawk/home_stack.git
synced 2026-07-21 10:16:47 +00:00
fix: Update container check from Docker to Podman in LlamaCPP script
This commit is contained in:
@@ -165,7 +165,7 @@ verify_model() {
|
||||
# Check if LlamaCPP container is running
|
||||
check_llamacpp() {
|
||||
log_info "Checking if LlamaCPP container is running..."
|
||||
if docker ps | grep -q "${CONTAINER_NAME}"; then
|
||||
if podman ps | grep -q "${CONTAINER_NAME}"; then
|
||||
log_info "LlamaCPP container is running"
|
||||
|
||||
# Test if server is responding
|
||||
|
||||
Reference in New Issue
Block a user