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, I Am Fairly New To Clearml And Would Appreciate Some Help With This Problem. My Team Currently Uses The Virtual Environment Mode To Run The Experiments. But We Also Have A Docker File That We Use For Local Debug So I Want To Consolidate Everything And

Hi, I am fairly new to clearml and would appreciate some help with this problem. My team currently uses the virtual environment mode to run the experiments. But we also have a docker file that we use for local debug so I want to consolidate everything and make clearml run its experiments inside the docker image created using our docker file. We also have a couple of volume mounts and env variables that we need to add when we run our task within the image. It doesn't seem like the docker mode in clearml is intended for this exactly, how do I do this?

  
  
Posted 20 days ago
Votes Newest

Answers 4


I meant to highlight the conditional building, is there a way to check and build instead of just building everytime? Also, I see the tutorial mentioning how to use the docker container through the web UI, is there a way to trigger the task in docker through CLI? None

  
  
Posted 20 days ago

Hi @<1739455977599537152:profile|PoisedSnake58> , you can run the agent in docker mode as long as the image is available on your machine. You can also use clearml-agent build , please see more here - None

  
  
Posted 20 days ago

Is there a way to trigger the build if not available locally?

  
  
Posted 20 days ago

This is exactly what the build command is for. I suggest reviewing the documentation

  
  
Posted 20 days ago
65 Views
4 Answers
20 days ago
19 days ago
Tags