Skip to content

Commit 9a2a01c

Browse files
authored
Update README.md
1 parent 94bfdca commit 9a2a01c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ If you want to customize the Code Interprerter sandbox (e.g.: add a preinstalled
66
## Step-by-step guide
77
1. Create custom sandbox by following [this guide](https://e2b.dev/docs/guide/custom-sandbox)
88

9-
2. Use prebuilt [E2B Code Interpreter image](https://hub.docker.com/r/e2bdev/code-interpreter) by adding the following to your `e2b.Dockerfile`
9+
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
1010

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

0 commit comments

Comments
 (0)