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 1c0bddc commit 913ad81Copy full SHA for 913ad81
e2b_template.md
@@ -12,6 +12,13 @@ Install Node Version Manager ([NVM](https://github.com/nvm-sh/nvm)).
12
13
Install the latest LTS Node version (22 as of 2025AUG03.)
14
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
22
## Steps
23
24
Modify `e2b.Dockerfile`. Replace the URL with the link to your data files.
@@ -39,7 +46,7 @@ ls -lh /data
39
46
40
47
## Push to E2B
41
48
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.
43
50
44
51
```bash
45
52
# The command "/root/.jupyter/start-up.sh" is from the E2B base image
0 commit comments