fix: use Python 3 executable in LiteLLM image

This commit is contained in:
Codex
2026-07-22 00:35:47 -07:00
parent 5f42e60df5
commit 5c062643ab
+1 -1
View File
@@ -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