Skip to content

Instantly share code, notes, and snippets.

View 1SHA1024's full-sized avatar
🎯
Focusing

Red Pill 1SHA1024

🎯
Focusing
  • Future
View GitHub Profile
@1SHA1024
1SHA1024 / auto-gpt-docker-install.txt
Created May 12, 2023 23:34 — forked from saasscaleup/auto-gpt-docker-install.txt
How to instal and run auto-gpt with docker
// pull docker image
docker pull significantgravitas/auto-gpt:0.2.2
// Create auto-gpt folder and cd
mkdir auto-gpt && cd auto-gpt
// Compose docker file and past .yml data below
nano docker-compose.yml
######### docker-compose.yml - start ##########