Add docs about how to use docker for when autogen itself is run in docker (#2052)

This commit is contained in:
Jack Gerrits
2024-03-18 13:13:28 -04:00
committed by GitHub
parent 3a3d4cc2ee
commit e342cfcdb7
2 changed files with 28 additions and 3 deletions

View File

@@ -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,