dependabot[bot] 99fd3f7bb2
chore(deps): bump ubuntu from 22.04 to 24.04 in /containers/e2b-sandbox (#9042)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-21 12:23:42 -07:00
..
2024-08-20 00:44:54 +08:00

How to build custom E2B sandbox for OpenHands

E2B is an open-source secure cloud environment (sandbox) made for running AI-generated code and agents. E2B offers Python and JS/TS SDK to spawn and control these sandboxes.

  1. Install the CLI with NPM.

    npm install -g @e2b/cli@latest
    

    Full CLI API is here.

  2. Build the sandbox

e2b template build --dockerfile ./Dockerfile --name "openhands"