From 531c4e4cbbd5ef18d14df79755fe474bfb3ae320 Mon Sep 17 00:00:00 2001 From: Evan Hosinski Date: Thu, 22 Jan 2026 12:06:05 -0500 Subject: [PATCH] Update Orechestrator Address to the correct Conductor Address --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 5e7769f..aa15b57 100644 --- a/install.sh +++ b/install.sh @@ -185,7 +185,7 @@ docker run -d \ --network host \ --gpus all \ --restart unless-stopped \ - -e ORCHESTRATOR_ADDRESS="${ORCH_ADDR}" \ + -e CONDUCTOR_ADDRESS="${ORCH_ADDR}" \ -e WORKER_ID="${WORKER_ID}" \ -v /tmp/tentacle:/tmp/tentacle \ -v /tmp/tentacle-logs:/opt/tentacle/logs \