Yufan Song 351127db55 add od runtime clinet dependencies (#2858) hai 1 ano
..
app e0ad289483 Downgraded Python version to 3.12.3 (#2331) hai 1 ano
e2b-sandbox 76b81ca0ed Integrate E2B sandbox as an alternative to a Docker container (#727) hai 1 ano
sandbox 351127db55 add od runtime clinet dependencies (#2858) hai 1 ano
README.md 823298e0d0 fix: Agentskills enhancements (#2384) hai 1 ano
build.sh d894347f9b Add 'latest' tag to Docker builds for stable releases only (#2781) hai 1 ano

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 .