Robert Brennan 7914258945 Fix docker build, integration test (#1533) преди 1 година
..
app 7914258945 Fix docker build, integration test (#1533) преди 1 година
e2b-sandbox 76b81ca0ed Integrate E2B sandbox as an alternative to a Docker container (#727) преди 1 година
evaluation 34286fabcc fix ghcr workflow throw error when in the fork repo. (#1203) преди 1 година
sandbox 1c7cdbefdd feat(CodeActAgent): Support Agent-User Interaction during Task Execution and the Full Integration of CodeActAgent (#1290) преди 1 година
README.md 8828d9836d use caching for docker builds (#1340) преди 1 година
build.sh 11d48cc2f3 Run docker on forked pull requests (#1450) преди 1 година

README.md

Docker Containers

Each folder here contains a Dockerfile, and a config.sh describing how to build the image and where to push it. These are 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 .
docker build -f containers/evaluation/Dockerfile -t evaluation evaluation/SWE-bench/