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

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 .