Hi @<1546303254386708480:profile|DisgustedBear75> , how are you adding this file?
Hi ! With
Task.add_requirements('../../requirements.txt')
called before Task.init
I think you need to use an absolute path, not a relative one
Hi guys ! I'm adding a requirements.txt to a task before initializing it. Is it the way it is supposed to look like on the UI ? Shouldn't I see directly the packages listed in requirements.txt instead of seeing this "../../requirements.txt" ?
Hi @<1546303254386708480:profile|DisgustedBear75> , how are you adding this file?
Hi ! With
Task.add_requirements('../../requirements.txt')
called before Task.init
I think you need to use an absolute path, not a relative one