Robert Brennan 11d48cc2f3 Run docker on forked pull requests (#1450) 1 год назад
..
app ce47461c5a disable host network (#1404) 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 a0e8fcb19a Add SWE-agent tools as sandbox plugins (#1305) 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/