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
Hello! Any Plans On Supporting Dev Containers In Clearml-Sessions ?

Hello! Any plans on supporting dev containers in clearml-sessions ?

  
  
Posted 2 days ago
Votes Newest

Answers 2


Its a json manifiest + docker file in repository
None
it'd be great if clearml sessions could clone the repo, set up docker container and open repo.
However, I see that clearml session cant automatically clone the repo and open vscode in it.

  
  
Posted one day ago

Hi @<1523702307240284160:profile|TeenyBeetle18> , what do you mean by dev containers?

  
  
Posted one day ago
9 Views
2 Answers
2 days ago
one day ago
Tags