# AgentGPT 最新部署教程(Docker ) **Published by:** [xtBLOG](https://paragraph.com/@xtblog/) **Published on:** 2023-05-02 **URL:** https://paragraph.com/@xtblog/agentgpt-docker ## Content 购买安装VPS略过 如果没有安装Curl的话,我们需要提前安装。sudo apt install -y curl #Debian 或者 sudo yum install -y curl #CentOS 2.然后通过Docker一键安装脚本进行部署:bash <(curl -sSL https://cdn.jsdelivr.net/gh/SuperManito/LinuxMirrors@main/DockerInstallation.sh) 里面选择DOCKER CE源渠道,有八个可以选择。 包括我们可以选择Docker Engine、Compose等,然后就自动一键安装。 3.下载并安装AgentGPT开源程序: 【GitHub项目】 先安装下Git:sudo yum install git #Centos sudo apt install git #Debian 4.下载 AgentGPT 源码:git clone https://github.com/reworkd/AgentGPT.git 5.下载后执行下面安装命令即可:cd AgentGPT ./setup.sh --docker 6.获取自己的Open AI 的密钥:【点击前往】 7.安装完成以后,你只需在浏览器上打开:http:xxx.xx.xx.xx:3000 ## Publication Information - [xtBLOG](https://paragraph.com/@xtblog/): Publication homepage - [All Posts](https://paragraph.com/@xtblog/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@xtblog): Subscribe to updates