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
Folks, Could You Please Clarify/Help? I Correct Understand, If --Docker Is Enable That Will Means Every New Experiments Will Be Executed Into Dedicated Agent Worker Containers? Also I See For

folks, could you please clarify/help?
I correct understand, if --docker is enable that will means every new experiments will be executed into dedicated agent worker containers?
also I see for clearml-agent daemon -h docker support option --docker, but cant find this setting in --status or ui or anywhere else. maybe it will be showed as AGENT CONFIGURATION/BASE DOCKER IMAGE for UI for completed experiments?

  
  
Posted 3 years ago
Votes Newest

Answers 4


Ohh then you do docker sibling:
Basically you map the docker socket into the agent's docker , that lets the agent launch another docker on the host machine.
You cab see an example here:
https://github.com/allegroai/clearml-server/blob/6434f1028e6e7fd2479b22fe553f7bca3f8a716f/docker/docker-compose.yml#L144

  
  
Posted 3 years ago

Hi UnevenOstrich23

if --docker is enable that will means every new experiments will be executed into dedicated agent worker containers?

Correct

I think the missing part is how to specify the docker for the experiment?
If this is the case, in the web UI, clone your experiment (which will create a draft copy, that you can edit), then in the Execution tab, scroll down to the "base docker image" and specify the docker image to use.
Notice that you can also add flags after the docker image, for example:
nvcr.io/nvidia/pytorch:20.11-py3 -v /home/folder:/root/folder

  
  
Posted 3 years ago

Thank you, Thats became a bit clear. But if I run agent already for docker container? how works --docker option for that case?

  
  
Posted 3 years ago

And How can I add setting about docker to clearml.conf? or for separated experiments in different docker container I need to use different clearml.conf with different api credentials?

  
  
Posted 3 years ago
719 Views
4 Answers
3 years ago
one year ago
Tags