You can either set your user permission to allow group write by default ?
Or maybe create a dedicated user with group write permission and run the agent with that user ?
This is probably why all generated files are under the same user's privileges, since the agent simply spawns the task process using the same user it was executed with - that's one reason why running in a docker container helps 🙂
No, I'm using conda environment for execution. I've set the package manager to conda, and provided the path to a pre-built conda environment. Hence, I've also set conda_env_as_base_docker to true as well.
Makes sense. Howeveer, I'm not able to get docker on my distro, rather I am usng apptainer. Do you know of any alternatives?
Hi @<1600661428556009472:profile|HighCoyote66> , are you running the agent in docker mode?