Skip to content

Commit

Permalink
Update guide for custom sandboxes when using code interpreter SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
mlejva committed May 3, 2024
1 parent a5dcc29 commit 95374ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/src/app/code-interpreter/template/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ If you want to customize the Code Interprerter sandbox (e.g.: add a preinstalled

2. Use prebuilt [E2B Code Interpreter image](https://hub.docker.com/r/e2bdev/code-interpreter) by replacing the `FROM` command in your `e2b.Dockerfile` with following

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

Expand Down

0 comments on commit 95374ad

Please sign in to comment.