Skip to content

Commit

Permalink
Mention the prebuilt docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubno committed Apr 5, 2024
1 parent 957ece0 commit 5710b29
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,13 @@ RUN chmod +x /home/user/.jupyter/start-up.sh
```yaml
start_cmd = "/home/user/.jupyter/start-up.sh"
```

## Use E2B code interpreter image

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

```Dockerfile
FROM e2bdev/code-interpreter:latest
```

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 comments on commit 5710b29

Please sign in to comment.