mirror of
https://github.com/clearml/clearml-agent
synced 2025-02-07 13:26:08 +00:00
Fix k8s glue extra_bash_init_cmd location in initial bash script
This commit is contained in:
parent
8b4f1eefc2
commit
26aa50f1b5
@ -76,8 +76,8 @@ class K8sIntegration(Worker):
|
|||||||
"export LOCAL_PYTHON=$(which python3.$i) && break ; done",
|
"export LOCAL_PYTHON=$(which python3.$i) && break ; done",
|
||||||
"[ ! -z $LOCAL_PYTHON ] || apt-get install -y python3-pip",
|
"[ ! -z $LOCAL_PYTHON ] || apt-get install -y python3-pip",
|
||||||
"[ ! -z $LOCAL_PYTHON ] || export LOCAL_PYTHON=python3",
|
"[ ! -z $LOCAL_PYTHON ] || export LOCAL_PYTHON=python3",
|
||||||
"$LOCAL_PYTHON -m pip install clearml-agent",
|
|
||||||
"{extra_bash_init_cmd}",
|
"{extra_bash_init_cmd}",
|
||||||
|
"$LOCAL_PYTHON -m pip install clearml-agent",
|
||||||
"{extra_docker_bash_script}",
|
"{extra_docker_bash_script}",
|
||||||
"$LOCAL_PYTHON -m clearml_agent execute --full-monitoring --require-queue --id {task_id}"
|
"$LOCAL_PYTHON -m clearml_agent execute --full-monitoring --require-queue --id {task_id}"
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user