And the task seems to not be installing from requirements.txt, because one package ends up missing
Hi @<1607184400250834944:profile|MortifiedChimpanzee9> , to use a specific requirements.txt
you can use Task.add_requirements
None
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
And the task seems to not be installing from requirements.txt, because one package ends up missing
Hi @<1607184400250834944:profile|MortifiedChimpanzee9> , to use a specific requirements.txt
you can use Task.add_requirements
None