mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2024-08-29 01:18:33 +03:00
* fix multiarch * remove extra push * add back tag file * fix cache tag * add login step * fix login * try to fix save * fix output maybe * rm outputs * remove tars * fix refs * fix runtime dep * force rebuild * lowercase image * add suffix to build tags for runtime * update matrix * fix cut * fix cut again * add back matrix * Update containers/build.sh Co-authored-by: Xingyao Wang <xingyao6@illinois.edu> --------- Co-authored-by: Xingyao Wang <xingyao6@illinois.edu>
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 .