microsoft / autogen

A programming framework for agentic AI 🤖
https://microsoft.github.io/autogen/
Creative Commons Attribution 4.0 International
34.67k stars 5.01k forks source link

udocker support #4151

Closed productdeployer closed 1 week ago

productdeployer commented 1 week ago

What feature would you like to be added?

Hello,

seems it only works with docker, is there udocker support ?

Why is this needed?

this allows magnetic one to work on more systems. udocker is a basic user tool to execute simple docker containers in user space without requiring root privileges. Enables download and execution of docker containers by non-privileged users in Linux systems where docker is not available

jackgerrits commented 1 week ago

We don't have plans currently of built in support for udocker, if there is enough interest this could be revisited.

However, if you or anyone else would like to build a code executor to support this and publish it as a community extension then that would be great! The existing docker executor might be a good template to start from. You can find more info about community extensions here.