We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5b5c9f commit 871bb2bCopy full SHA for 871bb2b
template/e2b.toml
@@ -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