Xingyao Wang 2e6b08db4f fix: workspace folder permission & app container cannot access client API (#3300) há 1 ano atrás
..
app 2e6b08db4f fix: workspace folder permission & app container cannot access client API (#3300) há 1 ano atrás
e2b-sandbox 76b81ca0ed Integrate E2B sandbox as an alternative to a Docker container (#727) há 1 ano atrás
runtime a69120d399 [Arch] Use hash to avoid repeat building `EventStreamRuntime` image (#3243) há 1 ano atrás
sandbox 351127db55 add od runtime clinet dependencies (#2858) há 1 ano atrás
README.md 823298e0d0 fix: Agentskills enhancements (#2384) há 1 ano atrás
build.sh a69120d399 [Arch] Use hash to avoid repeat building `EventStreamRuntime` image (#3243) há 1 ano atrás

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 .