mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
Co-authored-by: Swifty <craigswift13@gmail.com> Co-authored-by: Aarushi <50577581+aarushik93@users.noreply.github.com>
13 lines
236 B
YAML
13 lines
236 B
YAML
# To boot the app run the following:
|
|
# docker compose run auto-gpt
|
|
version: '3.9'
|
|
|
|
services:
|
|
auto-gpt:
|
|
build:
|
|
dockerfile: .devcontainer/Dockerfile
|
|
context: ../
|
|
tty: true
|
|
volumes:
|
|
- ../:/workspace/AutoGPT
|