Skip to main content

Docker

  1. Download the repo using git clone https://github.com/TransformerOptimus/SuperAGI.git in your terminal or directly from GitHub page in a zip format.
  2. Navigate to the directory using cd SuperAGI and create a copy of config_template.yaml and name it config.yaml.
  3. Ensure that Docker is installed in your system, if not, Install it from here.
  4. Once you have Docker Desktop running, run command : docker compose up --build in SuperAGI directory. Open your browser and go to localhost:3000 to see SuperAGI running.