nvidia/cuda:10.1-base-ubuntu18.04
🤔 is the "installed packages" part editable? good to know
Isn't it a bit risky manually changing a package version? what if it won't be compatible with the rest?
Yes, I'll prepare something and send
I want to get the instances of the tasks executed by this controller task
So could you re-explain assuming my piepline object is created by pipeline = PipelineController(...) ?
I might, I'll look at the internals later cause at a glance I didn't really get the logic inside get_local_copy ... the if there is ending with if ... not cached_file: return cached_file which from reading doesn't make much sense
Also being able to separate their configurations files would be good (maybe there is and I don't know?)
Yeah but I don't get what it is for - for now I have 2 agents, each listening to some queues. I actually ignore the "services" queue until now
I don't get the difference between how I'm using my agents now, just starting them on machines, and making them listen to queues, to using the "services" mode
