OpenHands/containers
mamoodi bcc28a12fe
Release 0.35.0 (#8131)
Co-authored-by: Ray Myers <ray.myers@gmail.com>
Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: Chuck Butkus <chuck@all-hands.dev>
2025-04-29 17:45:40 -04:00
..
2025-04-29 17:45:40 -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 .