File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -121,27 +121,3 @@ urllib3==1.26.7
121
121
xarray==2024.2.0
122
122
xlrd==2.0.1
123
123
```
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
- ```
You can’t perform that action at this time.
0 commit comments