fix: use Python 3 executable in LiteLLM image
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user