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
Do I Need To Do Anything To Get A Task To Pick Up A

Do I need to do anything to get a task to pick up a requirements.txt ? It is in the base repo dir, task being created with Task.init from a jupyter notebook locally

  
  
Posted 10 months ago
Votes Newest

Answers 2


And the task seems to not be installing from requirements.txt, because one package ends up missing

  
  
Posted 10 months ago

Hi @<1607184400250834944:profile|MortifiedChimpanzee9> , to use a specific requirements.txt you can use Task.add_requirements
None

  
  
Posted 10 months ago
597 Views
2 Answers
10 months ago
10 months ago
Tags
Similar posts