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 Am Trying To Run A Python File With The Clearml Using Aws. Because Cloning The Repo And Creating An Environment Kept Failing, I Have Decided To Use Docker. I Created A Docker On My Local Computer. I Mounted 2 Volumes. One For My Directory With My Code


@<1544853688374267904:profile|ResponsiveAnt93> the autoscaler is not designed to spin docker images independently - it will always spin a machine and install an agent on it, than instruct the agent to pull tasks from a specified queue. The agent, in turn will pull a task and execute it. Executing a task within a docker container is a process in which an agent is spun inside the container and handles environment setup and task execution - it is not a process of just spinning a pre-packaged docker container (even in standalone mode, it assume an agent installed in the image).
What didn't work when cloning the repo and creating the environment?

  
  
Posted one year ago
89 Views
0 Answers
one year ago
one year ago