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
Is It Possible To Locally Run A Training Task Using An Older Version Of Python (E.G., 3.6) But Execute That Task On A Docker Container Remotely With A Newer Python Version (E.G., 3.10), Without The Agent Attempting To Enforce Python 3.6 On The Docker?

Is it possible to locally run a training task using an older version of Python (e.g., 3.6) but execute that task on a Docker container remotely with a newer Python version (e.g., 3.10), without the agent attempting to enforce Python 3.6 on the Docker?

  
  
Posted 11 months ago
Votes Newest

Answers 2


Hi, yes it is possible. You can specify the python binary you want to run in clearml.conf

  
  
Posted 11 months ago

@<1571670393394040832:profile|LittleDolphin60>

  
  
Posted 11 months ago
621 Views
2 Answers
11 months ago
11 months ago
Tags