OpenHands/containers
Ivan Dagelic dfeab9f767
chore: env for installing third party providers (#9767)
Signed-off-by: Ivan Dagelic <dagelic.ivan@gmail.com>
Co-authored-by: Graham Neubig <neubig@gmail.com>
2025-07-31 15:20:06 +00:00
..
2025-07-31 09:55:05 -04:00

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 openhands .
docker build -f containers/sandbox/Dockerfile -t sandbox .