Skip to content

Commit 5710b29

Browse files
committed
Mention the prebuilt docker image
1 parent 957ece0 commit 5710b29

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

template/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,13 @@ RUN chmod +x /home/user/.jupyter/start-up.sh
2727
```yaml
2828
start_cmd = "/home/user/.jupyter/start-up.sh"
2929
```
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

Comments
 (0)