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
Hi! I'M Trying To Run A Task From A Remote Repository With

Hi! I'm trying to run a task from a remote repository with clearml-task , but I get the following error:
Error: requirements file could not be found '{}'So, the question is how exactly executing code from a remote repository works? Do I need to have my repo locally?
Because it seems like clearml-task tries to search for requirements file in working directory.

  
  
Posted 2 years ago
Votes Newest

Answers 5


Hi BurlyBat54 ,
How exactly are you calling clearml-task ?

  
  
Posted 2 years ago

requirements/requirements.txt - it's where the file is located in the repo

  
  
Posted 2 years ago

Well, the ClearML Agent running the task will automatically try to install requirements from requirements.txt in the repo, so I think you don't have to specify that

  
  
Posted 2 years ago

I provide --project , --name , --repo , --branch , --script , --requirements and --queue

  
  
Posted 2 years ago

And what do you pass in --requirements ?

  
  
Posted 2 years ago