- # 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"
|