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 Was Wondering, Is There A Way To Pass A

HI!
I was wondering, is there a way to pass a Dockerfile (from the same repo with the code for example) to the base_docker task instead of just a tag? It's much easier to debug your training script already in docker locally and be sure that the remote agent will definitely run it. The way with clearml-agent build seems a bit longer and not as convenient as Dockerfile .

  
  
Posted one day ago
Votes Newest

Answers


Totally agree.

  
  
Posted one day ago
4 Views
1 Answer
one day ago
21 hours ago
Tags