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
Hi Clearml Community, I Am Deploying Clearml On My Self-Hosted Machine(Ubuntu 20.4). I Follow The Instructions From


Thanks for your help! SuccessfulKoala55 , I re-done the sudo chown -R 1000:1000 /opt/clearml and restart the docker containers, everything goes well!
Now I have a new issue. When I create a new credential in my profile, the files_server conf automaticlly generated still direct to the port 8081 , despite I change the port mapping in docker-compose.yml from 8081 to 8084 as I mentioned before. Is there any way around to make it give the mapped port?

  
  
Posted 2 years ago
128 Views
0 Answers
2 years ago
one year ago