mirror of
https://github.com/microsoft/autogen.git
synced 2026-04-20 03:02:16 -04:00
Add docs about how to use docker for when autogen itself is run in docker (#2052)
This commit is contained in:
@@ -129,7 +129,13 @@
|
||||
"EXPOSE 8888\n",
|
||||
"\n",
|
||||
"WORKDIR \"${HOME}\"\n",
|
||||
"```\n"
|
||||
"```\n",
|
||||
"\n",
|
||||
"````{=mdx}\n",
|
||||
":::tip\n",
|
||||
"To learn about how to combine AutoGen in a Docker image while also executing code in a separate image go [here](/docs/topics/code-execution/cli-code-executor#combining-autogen-in-docker-with-a-docker-based-executor).\n",
|
||||
":::\n",
|
||||
"````"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -444,7 +450,7 @@
|
||||
"name": "python",
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": "3.11.7"
|
||||
"version": "3.11.8"
|
||||
}
|
||||
},
|
||||
"nbformat": 4,
|
||||
|
||||
Reference in New Issue
Block a user