File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11# This is a config for E2B sandbox template.
2- # You can use template ID (tbjhnhg5e3bd22i8jqgk ) or template name (bigcodebench-evaluator ) to create a sandbox:
2+ # You can use template ID (xs3c9i0hy53751xam77h ) or template name (bigcodebench_evaluator ) to create a sandbox:
33
44# Python SDK
55# from e2b import Sandbox, AsyncSandbox
6- # sandbox = Sandbox("bigcodebench-evaluator ") # Sync sandbox
7- # sandbox = await AsyncSandbox.create("bigcodebench-evaluator ") # Async sandbox
6+ # sandbox = Sandbox("bigcodebench_evaluator ") # Sync sandbox
7+ # sandbox = await AsyncSandbox.create("bigcodebench_evaluator ") # Async sandbox
88
99# JS SDK
1010# import { Sandbox } from 'e2b'
11- # const sandbox = await Sandbox.create('bigcodebench-evaluator ')
11+ # const sandbox = await Sandbox.create('bigcodebench_evaluator ')
1212
1313team_id = " f317d0d2-ba02-44c5-8b77-e4a2d7830c7c"
1414dockerfile = " e2b.Dockerfile"
15- template_name = " bigcodebench-evaluator "
16- template_id = " tbjhnhg5e3bd22i8jqgk "
15+ template_name = " bigcodebench_evaluator "
16+ template_id = " xs3c9i0hy53751xam77h "
You can’t perform that action at this time.
0 commit comments