-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
163 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
# This is a config for E2B sandbox template. | ||
# You can use 'template_id' (1tsfj5yvigmgc5gmgqz2) or 'template_name (code-interpreter-stateful) from this config to spawn a sandbox: | ||
# You can use 'template_id' (w9nfeev5mm8a64f8tqw2) or 'template_name (code-interpreter-stateful-lab) from this config to spawn a sandbox: | ||
|
||
# Python SDK | ||
# from e2b import Sandbox | ||
# sandbox = Sandbox(template='code-interpreter-stateful') | ||
# sandbox = Sandbox(template='code-interpreter-stateful-lab') | ||
|
||
# JS SDK | ||
# import { Sandbox } from 'e2b' | ||
# const sandbox = await Sandbox.create({ template: 'code-interpreter-stateful' }) | ||
# const sandbox = await Sandbox.create({ template: 'code-interpreter-stateful-lab' }) | ||
|
||
memory_mb = 1_024 | ||
start_cmd = "/home/user/.jupyter/start-up.sh" | ||
dockerfile = "e2b.Dockerfile" | ||
template_name = "code-interpreter-stateful" | ||
template_id = "1tsfj5yvigmgc5gmgqz2" | ||
template_name = "code-interpreter-stateful-lab" | ||
template_id = "w9nfeev5mm8a64f8tqw2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.