Shimada666 b31f7701eb Integrate Multimodal tools to `agentskills`. (#2016) há 1 ano atrás
..
app 6ef7e6eb0f Checked for enduser in Docker (#1899) há 1 ano atrás
e2b-sandbox 76b81ca0ed Integrate E2B sandbox as an alternative to a Docker container (#727) há 1 ano atrás
sandbox b31f7701eb Integrate Multimodal tools to `agentskills`. (#2016) há 1 ano atrás
README.md 1d58917bc8 remove swe-bench build workflow (#1726) há 1 ano atrás
build.sh 7d8e10aa18 Remove v prefix on tags (#1555) há 1 ano atrás

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 .