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
Unanswered
I'Ve Just Finished Setting Up Clearml On My Organization Cluster. I Was Doing Some Tests Before Start Rolling It Out To The Employees. I Was Wondering If Clearml Datasets Cache Is Mounted In Docker Agents Out Of The Box Or Not. Moreover I Noticed That By

I've just finished setting up clearml on my organization cluster. I was doing some tests before start rolling it out to the employees. I was wondering if clearml datasets cache is mounted in docker agents out of the box or not. Moreover i noticed that by defaults it mounts /root/.cache/pip making impossible due to a nested bind mount to mount the host .cache into the container .cache . My guess is that if i want to mount .cache i have to change /root/.cache/pip in docker_internal_mounts somewhere else and mount .cache as docker arg. Is it correct?

  
  
Posted one year ago
Votes Newest

Answers

606 Views
0 Answers
one year ago
one year ago
Tags