Skip to content

Conversation

@dobrac
Copy link
Contributor

@dobrac dobrac commented Nov 8, 2025

Note

Rewrites the custom packages guide to use the v2 SDK-based template build and updates runtime install examples and Sandbox usage.

  • Docs — Quickstart (docs/quickstart/install-custom-packages.mdx):
    • Switch to v2 SDK template flow:
      • Replace CLI/Dockerfile-based steps with SDK-driven templates (Template().fromTemplate(...)) in TS/Python.
      • Add build scripts (build.prod.ts/build.prod.py) using Template.build with alias/resources and build logs.
      • Show building via npx tsx build.prod.ts or python build.prod.py.
    • Usage updates:
      • Start sandboxes by alias (e.g., Sandbox.create("custom-packages")).
      • Update examples to await Sandbox.create() where needed and modernize code snippets.
    • Cleanup/Removals:
      • Remove E2B CLI login/init steps and Dockerfile-based package installation instructions.

Written by Cursor Bugbot for commit 3b4b6b4. This will update automatically on new commits. Configure here.

@dobrac dobrac merged commit 43c8949 into main Nov 8, 2025
4 checks passed
@dobrac dobrac deleted the update-custom-packages-install branch November 8, 2025 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants