Skip to content

Commit

Permalink
Remove colors from traceback
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubno committed Mar 29, 2024
1 parent 8028baf commit de6f724
Show file tree
Hide file tree
Showing 3 changed files with 970 additions and 2 deletions.
4 changes: 4 additions & 0 deletions template/e2b.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,9 @@ ENV PIP_DEFAULT_TIMEOUT=100 \
COPY ./requirements.txt requirements.txt
RUN pip install --no-cache-dir -r requirements.txt && ipython kernel install --name "python3" --user
COPY ./jupyter_server_config.py /home/user/.jupyter/

RUN mkdir -p /home/user/.ipython/profile_default
COPY ipython_kernel_config.py /home/user/.ipython/profile_default/

COPY ./start-up.sh /home/user/.jupyter/
RUN chmod +x /home/user/.jupyter/start-up.sh
4 changes: 2 additions & 2 deletions template/e2b.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# import { Sandbox } from 'e2b'
# const sandbox = await Sandbox.create({ template: 'code-interpreter-stateful' })

template_id = "1tsfj5yvigmgc5gmgqz2"
start_cmd = "/home/user/.jupyter/start-up.sh"
dockerfile = "e2b.Dockerfile"
template_name = "code-interpreter-stateful"
start_cmd = "/home/user/.jupyter/start-up.sh"
template_id = "1tsfj5yvigmgc5gmgqz2"
Loading

0 comments on commit de6f724

Please sign in to comment.