Adam
08/05/2020, 7:49 PMcloudpickle_deserialization_check
If I stop calling that function it works again. Am I missing something? Can I not call other methods from within a task?josh
08/05/2020, 7:57 PMPYTHONPATH
in the imageAdam
08/05/2020, 8:10 PMjosh
08/05/2020, 8:14 PMenv_vars
dict with things like:
env_vars = {
"PYTHONPATH": "${PYTHONPATH}:/path"
}
Adam
08/05/2020, 8:16 PMfiles
property look like? I see it’s expecting a Dict
but have no idea what to put in itjosh
08/05/2020, 8:20 PM{
"local/src": "/destination"
}
Adam
08/05/2020, 8:30 PM