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

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 .