Shimada666 26fc3c886a Make plugins sandbox-agnostic (#2101) 1 an în urmă
..
app e0ad289483 Downgraded Python version to 3.12.3 (#2331) 1 an în urmă
e2b-sandbox 76b81ca0ed Integrate E2B sandbox as an alternative to a Docker container (#727) 1 an în urmă
sandbox 26fc3c886a Make plugins sandbox-agnostic (#2101) 1 an în urmă
README.md 823298e0d0 fix: Agentskills enhancements (#2384) 1 an în urmă
build.sh 89cae8d6b8 Fix Docker tagging issue with upper case (#2512) 1 an în urmă

README.md

Docker Containers

Each folder here contains a Dockerfile, and a config.sh describing how to build the images and where to push them. These images are built and pushed in GitHub Actions by the ghcr.yml workflow.

Building Manually

docker build -f containers/app/Dockerfile -t opendevin .
docker build -f containers/sandbox/Dockerfile -t sandbox .