fix: use Python 3 executable in LiteLLM image
This commit is contained in:
@@ -12,7 +12,7 @@ services:
|
|||||||
LITELLM_MASTER_KEY: ${LITELLM_MASTER_KEY}
|
LITELLM_MASTER_KEY: ${LITELLM_MASTER_KEY}
|
||||||
volumes:
|
volumes:
|
||||||
- ./config.yaml:/app/config.yaml:ro
|
- ./config.yaml:/app/config.yaml:ro
|
||||||
entrypoint: ["python", "-c"]
|
entrypoint: ["python3", "-c"]
|
||||||
command:
|
command:
|
||||||
- |
|
- |
|
||||||
import base64, os
|
import base64, os
|
||||||
|
|||||||
Reference in New Issue
Block a user