Skip to content

Commit

Permalink
add kernel specification
Browse files Browse the repository at this point in the history
  • Loading branch information
CastillonMiguel committed Nov 12, 2024
1 parent 1f0a7d2 commit 0a2e1f2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,10 @@ RUN dpkgArch="$(dpkg --print-architecture)"; \

RUN python3 -m pip install .


# Jupyter Notebook kernel specification for complex build DOLFINx
ADD dolfinx/docker/complex-kernel.json /usr/local/share/jupyter/kernels/python3-complex/kernel.json

EXPOSE 8888/tcp
ENV SHELL /bin/bash
ENTRYPOINT ["jupyter", "lab", "--ip", "0.0.0.0", "--no-browser", "--allow-root"]

0 comments on commit 0a2e1f2

Please sign in to comment.