OpenHands/containers
Tim O'Farrell 2a98c95557
Release OpenHands v1.0.0 (#12052)
Co-authored-by: mamoodi <mamoodiha@gmail.com>
Co-authored-by: Engel Nyst <engel.nyst@gmail.com>
2025-12-16 11:03:29 -05:00
..
2025-12-16 11:03:29 -05: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 .