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
Unanswered
Hi There, Our Team Started Using Clearml A Few Months Ago And We'Ve Recently Deployed An Aws Eks K8S Cluster With The Hopes Of Deploying A Clearml-Agent. I'Ve Been Able To Install The Agent On The Cluster Using:


Hi @<1754676270102220800:profile|AlertReindeer55> ,
This:

Executing task id [9296dbfe38384daf958911e9155a8bca]:
repository = git@gitlab.com:<company_git_repo>.git
branch = <branch_name>
version_num = f0052fa186cab812a4aa07c05e088d466eb41ff7
tag =
docker_cmd = ubuntu:18.04
entry_point = main.py
working_dir = scope-ml/scope_mllib/training

Basically says the agent found the ubuntu:18.04 image specified on the task itself , which will always override any default container setting

  
  
Posted 7 days ago
4 Views
0 Answers
7 days ago
6 days ago