Skip to content

Commit 913ad81

Browse files
Updated documentation regarding E2B utils.
1 parent 1c0bddc commit 913ad81

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

e2b_template.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ Install Node Version Manager ([NVM](https://github.com/nvm-sh/nvm)).
1212

1313
Install the latest LTS Node version (22 as of 2025AUG03.)
1414

15+
Install the E2B utils and log into your account:
16+
17+
```bash
18+
npm i -g @e2b/cli
19+
e2b auth login
20+
```
21+
1522
## Steps
1623

1724
Modify `e2b.Dockerfile`. Replace the URL with the link to your data files.
@@ -39,7 +46,7 @@ ls -lh /data
3946

4047
## Push to E2B
4148

42-
If the local tests looks reasonable, push the image to E2B as a template. You might need to login to your E2B account.
49+
If the local tests looks reasonable, push the image to E2B as a template.
4350

4451
```bash
4552
# The command "/root/.jupyter/start-up.sh" is from the E2B base image

0 commit comments

Comments
 (0)