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 Everyone, Please Could I Have A Volunteer To Help Me With This

Hey everyone, please could I have a volunteer to help me with this https://github.com/allegroai/clearml-server/pull/114 ? We need someone on an Intel MacOS to check that the PR doesn't break the launching of the agent-services container. Also if anyone else would like to test on other OSs that would be much appreciated, the more the merrier!

To test, checkout the branch, ensure you've followed https://clear.ml/docs/latest/docs/deploying_clearml/clearml_server_linux_mac/ to setup the pre-requisites for server and then run docker-compose -f docker/docker-compose.yml up without the CLEARML_AGENT_UPDATE_VERSION environment variable set, and check the logs for the agent-services container. Ideally you won't see any errors.

Cheers

  
  
Posted 2 years ago
Votes Newest

Answers 2


Yes please that would be great 👍

  
  
Posted 2 years ago

Hi, SuperiorPanda77 , this looks neat!
I could take a look on a windows machine if it helps 🙂

  
  
Posted 2 years ago