mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
Co-authored-by: openhands <openhands@all-hands.dev> Co-authored-by: Engel Nyst <enyst@users.noreply.github.com> Co-authored-by: Engel Nyst <engel.nyst@gmail.com>
15 lines
445 B
TOML
15 lines
445 B
TOML
# This is a config for E2B sandbox template.
|
|
# You can use 'template_id' (785n69crgahmz0lkdw9h) or 'template_name (openhands) from this config to spawn a sandbox:
|
|
|
|
# Python SDK
|
|
# from e2b import Sandbox
|
|
# sandbox = Sandbox(template='openhands')
|
|
|
|
# JS SDK
|
|
# import { Sandbox } from 'e2b'
|
|
# const sandbox = await Sandbox.create({ template: 'openhands' })
|
|
|
|
dockerfile = "Dockerfile"
|
|
template_name = "openhands"
|
|
template_id = "785n69crgahmz0lkdw9h"
|