Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hi All! I Would First Like To Say How Amazing Clearml Is! I Am Trying To Setup An Agent With Clearml, But For Some Reason It Does Not Allow The Docker Image To Be Overriden, I Set It Up In The Clearml.Conf It Does Show In The Agent Logs As Sdk.Agent.Defau

hi all!
I would first like to say how amazing clearml is!
I am trying to setup an agent with clearml, but for some reason it does not allow the docker image to be overriden, I set it up in the clearml.conf
it does show in the agent logs as
sdk.agent.default_docker.image = python:3.10.0-alpine
but then in the final lines it shows
Running in Docker mode (v19.03 and above) - using default docker image: nvidia/cuda:10.2-cudnn7-runtime-ubuntu18.04
am I doing anything wrong?

  
  
Posted 11 months ago
Votes Newest

Answers 2


Hi @<1559711593736966144:profile|SoggyCow20>

I would first like to say how amazing clearml is!

Thank you! 🙏

Running in Docker mode (v19.03 and above) - using default docker image: nvidia/cuda:10.2-cudnn7-runtime-ubuntu18.04

yes sdk.agent.default_docker.image = python:3.10.0-alpine should be
agent.default_docker.image = python:3.10.0-alpine
Notice the scope is agent, not sdk

  
  
Posted 11 months ago

Many thanks for your quick response @<1523701205467926528:profile|AgitatedDove14> !
Oh that is copy pasting done wrong inside the clearml.conf!
now it works!

  
  
Posted 11 months ago
547 Views
2 Answers
11 months ago
11 months ago
Tags