From 5c062643abdfdcd2e76a0ebe88ece1ed8b3909ae Mon Sep 17 00:00:00 2001 From: Codex Date: Wed, 22 Jul 2026 00:35:47 -0700 Subject: [PATCH] fix: use Python 3 executable in LiteLLM image --- servers/bwh-hk-dc3/litellm/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/bwh-hk-dc3/litellm/compose.yaml b/servers/bwh-hk-dc3/litellm/compose.yaml index bc00f33..781ed53 100644 --- a/servers/bwh-hk-dc3/litellm/compose.yaml +++ b/servers/bwh-hk-dc3/litellm/compose.yaml @@ -12,7 +12,7 @@ services: LITELLM_MASTER_KEY: ${LITELLM_MASTER_KEY} volumes: - ./config.yaml:/app/config.yaml:ro - entrypoint: ["python", "-c"] + entrypoint: ["python3", "-c"] command: - | import base64, os