Shimada666 5972498e23 No longer chown -R the miniforge3 folder (#2566) 1 anno fa
..
app e0ad289483 Downgraded Python version to 3.12.3 (#2331) 1 anno fa
e2b-sandbox 76b81ca0ed Integrate E2B sandbox as an alternative to a Docker container (#727) 1 anno fa
sandbox 5972498e23 No longer chown -R the miniforge3 folder (#2566) 1 anno fa
README.md 823298e0d0 fix: Agentskills enhancements (#2384) 1 anno fa
build.sh 89cae8d6b8 Fix Docker tagging issue with upper case (#2512) 1 anno fa

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 .