e2b.toml 445 B

1234567891011121314
  1. # This is a config for E2B sandbox template.
  2. # You can use 'template_id' (785n69crgahmz0lkdw9h) or 'template_name (openhands) from this config to spawn a sandbox:
  3. # Python SDK
  4. # from e2b import Sandbox
  5. # sandbox = Sandbox(template='openhands')
  6. # JS SDK
  7. # import { Sandbox } from 'e2b'
  8. # const sandbox = await Sandbox.create({ template: 'openhands' })
  9. dockerfile = "Dockerfile"
  10. template_name = "openhands"
  11. template_id = "785n69crgahmz0lkdw9h"