Skip to content

Commit 32265d1

Browse files
committed
Remove extra part in JS readme
1 parent 537ac3a commit 32265d1

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

js/README.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -121,27 +121,3 @@ urllib3==1.26.7
121121
xarray==2024.2.0
122122
xlrd==2.0.1
123123
```
124-
125-
### Custom template using Code Interpreter
126-
127-
The template requires custom setup. If you want to build your own custom template and use Code Interpreter, you need to do:
128-
129-
1. Copy `jupyter_server_config.py` and `start-up.sh` from this PR
130-
2. Add following commands in your Dockerfile
131-
132-
```Dockerfile
133-
# Installs jupyter server and kernel
134-
RUN pip install jupyter-server ipykernel ipython
135-
RUN ipython kernel install --name "python3" --user
136-
# Copes jupyter server config
137-
COPY ./jupyter_server_config.py /home/user/.jupyter/
138-
# Setups jupyter server
139-
COPY ./start-up.sh /home/user/.jupyter/
140-
RUN chmod +x /home/user/.jupyter/start-up.sh
141-
```
142-
143-
3. Add the following option `-c "/home/user/.jupyter/start-up.sh"` to `e2b template build` command or add this line to your `e2b.toml`.
144-
145-
```yaml
146-
start_cmd = "/home/user/.jupyter/start-up.sh"
147-
```

0 commit comments

Comments
 (0)