Files
OpenHands/containers/runtime/README.md
tobitege c32cec7f89 (enh) send status messages to UI during startup (#3771)
Co-authored-by: Robert Brennan <accounts@rbren.io>
Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
Co-authored-by: Robert Brennan <contact@rbren.io>
Co-authored-by: sp.wack <83104063+amanape@users.noreply.github.com>
2024-09-24 18:46:58 +00:00

723 B

Dynamically constructed Dockerfile

This folder builds a runtime image (sandbox), which will use a dynamically generated Dockerfile that depends on the base_image AND a Python source distribution that is based on the current commit of openhands.

The following command will generate a Dockerfile file for nikolaik/python-nodejs:python3.11-nodejs22 (the default base image), an updated config.sh and the runtime source distribution files/folders into containers/runtime:

poetry run python3 openhands/runtime/utils/runtime_build.py \
    --base_image nikolaik/python-nodejs:python3.11-nodejs22 \
    --build_folder containers/runtime