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
Hey Call, When I Use Clearml Sessions, How Can I Set Up My Agent To Expose Certain Parts Of The Filesystem? For Example I Want To Pass

hey call, when I use clearml sessions, how can I set up my agent to expose certain parts of the filesystem?

for example I want to pass -v /mnt/filesystem:/workspace to the docker run command

  
  
Posted 5 months ago
Votes Newest

Answers 2


Hi @<1535069219354316800:profile|PerplexedRaccoon19> , the easiest way is to configure the agent running the remote sessions to include this mount in the extra docker arguments - every session will be started as a docker container by this agent

  
  
Posted 5 months ago

thanks!

  
  
Posted 5 months ago
357 Views
2 Answers
5 months ago
5 months ago
Tags