You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: template/README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,3 +27,13 @@ RUN chmod +x /home/user/.jupyter/start-up.sh
27
27
```yaml
28
28
start_cmd = "/home/user/.jupyter/start-up.sh"
29
29
```
30
+
31
+
## Use E2B code interpreter image
32
+
33
+
Alternatively you can use prebuilt E2B Code Interpreter image. You can find it on Docker Hub: [e2b/code-interpreter](https://hub.docker.com/r/e2bdev/code-interpreter). You can simply write
34
+
35
+
```Dockerfile
36
+
FROM e2bdev/code-interpreter:latest
37
+
```
38
+
39
+
instead of the step `1` and `2` above. You still HAVE TO add the `start_cmd` option to your `e2b.toml` or `e2b template build` command.
0 commit comments