mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 13:47:19 +08:00
* Make the sandbox Python runtime completely independent * fix source bashrc * add pip install instruction for ipython to fix intergration tests for codeact swe * update integration tests * change flake8 command to (maybe) fix sandbox tests? * make lint support both unittest & sandbox * fix agnostic image build error * refactor build script --------- Co-authored-by: Xingyao Wang <xingyao6@illinois.edu> Co-authored-by: tobitege <tobitege@gmx.de>
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 .