AgitatedDove14 - does having this template work for updating hte base image:
` spec:
containers:
- image: nvidia/cuda:11.4.1-cudnn8-runtime-ubuntu20.04 `
I am seeing that it still picks up nvidia/cuda:10.1-cudnn7-runtime-ubuntu18.04
Thanks for the fast responses as usual AgitatedDove14 🙂
Oh yeah I wanted to update only for the gpu stuff for now
Can you let me know if i can override the docker image using template.yaml?
No, you cannot.
But you can pass OS environment "CLEARML_DOCKER_IMAGE" to set a diff default one
--docker or in clearml.conf https://github.com/allegroai/clearml-agent/blob/21c4857795e6392a848b296ceb5480aca5f98e4b/docs/clearml.conf#L153
overrides -> "kubectl run --overrides "
template -> "kubectl apply template.yaml"
Can you let me know if i can override the docker image using template.yaml?
I don’t use the UI. Which param do you mean?
For future readers, see discussion here:
https://clearml.slack.com/archives/CTK20V944/p1629840257158900?thread_ts=1629091260.446400&cid=CTK20V944
Correct,
Notice that the glue has it's own defaults and the ability to override containers from the UI
basically use the template 🙂 we will deprecate the override option soon