Skip to content

Commit 871bb2b

Browse files
committed
Return e2b.toml
1 parent d5b5c9f commit 871bb2b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

template/e2b.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# This is a config for E2B sandbox template.
2+
# You can use 'template_id' (3e4rngfa34txe0gxc1zf) or 'template_name (code-interpreter-beta) from this config to spawn a sandbox:
3+
4+
# Python SDK
5+
# from e2b import Sandbox
6+
# sandbox = Sandbox(template='code-interpreter-beta')
7+
8+
# JS SDK
9+
# import { Sandbox } from 'e2b'
10+
# const sandbox = await Sandbox.create({ template: 'code-interpreter-beta' })
11+
12+
memory_mb = 1_024
13+
start_cmd = "/root/.jupyter/start-up.sh"
14+
dockerfile = "e2b.Dockerfile"
15+
template_name = "code-interpreter-beta"
16+
template_id = "3e4rngfa34txe0gxc1zf"

0 commit comments

Comments
 (0)