மனோஜ்குமார் பழனிச்சாமி b60890c064 Fix playwright cache error during container restart (#3011) 1 年之前
..
app b60890c064 Fix playwright cache error during container restart (#3011) 1 年之前
e2b-sandbox 76b81ca0ed Integrate E2B sandbox as an alternative to a Docker container (#727) 1 年之前
sandbox 351127db55 add od runtime clinet dependencies (#2858) 1 年之前
README.md 823298e0d0 fix: Agentskills enhancements (#2384) 1 年之前
build.sh d894347f9b Add 'latest' tag to Docker builds for stable releases only (#2781) 1 年之前

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 .