microsoft / autogen

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

[Feature Request]: Add kwargs to Docker Jupyter Server #3027

Closed rahulAira closed 4 days ago

rahulAira commented 3 months ago

Is your feature request related to a problem? Please describe.

I want to be able set all the parameters for the docker run function in docker jupyter server.

Describe the solution you'd like

Adding kwargs to DockerJupyterServer and passing them onto client.containers.run

Additional context

No response