Skip to content
Snippets Groups Projects
Commit a51dcfdf authored by Lars Bilke's avatar Lars Bilke
Browse files

[web] Document registry.opengeosys.org/ogs/ogs/ogs-petsc-jupyter image.

parent 943a5c4a
No related branches found
No related tags found
No related merge requests found
...@@ -15,10 +15,12 @@ weight = 5 ...@@ -15,10 +15,12 @@ weight = 5
## Jupyter Notebooks container environments ## Jupyter Notebooks container environments
You can use a pre-defined container environment which currently contains: You can use a pre-defined container environment.
Image `registry.opengeosys.org/ogs/ogs/ogs-serial-jupyter` contains:
- The Jupyter Notebook / Lab application - The Jupyter Notebook / Lab application
- The latest OpenGeoSys application (with MFront support) and tools - The latest OpenGeoSys application with MFront-support and tools
- A set of Python packages: - A set of Python packages:
- [ogs6py](https://github.com/joergbuchwald/ogs6py) — OGS model manipulation - [ogs6py](https://github.com/joergbuchwald/ogs6py) — OGS model manipulation
- [VTUInterface](https://github.com/joergbuchwald/VTUinterface) — VTU / PVD IO - [VTUInterface](https://github.com/joergbuchwald/VTUinterface) — VTU / PVD IO
...@@ -34,6 +36,11 @@ You can use a pre-defined container environment which currently contains: ...@@ -34,6 +36,11 @@ You can use a pre-defined container environment which currently contains:
- [nbconvert](https://nbconvert.readthedocs.io) — Format conversion - [nbconvert](https://nbconvert.readthedocs.io) — Format conversion
- [nbdime](https://nbdime.readthedocs.io) — Diffs for notebooks - [nbdime](https://nbdime.readthedocs.io) — Diffs for notebooks
- [nb2hugo](https://github.com/bilke/nb2hugo/tree/ogs) — Notebook to www.opengeosys.org markdown - [nb2hugo](https://github.com/bilke/nb2hugo/tree/ogs) — Notebook to www.opengeosys.org markdown
Image `registry.opengeosys.org/ogs/ogs/ogs-petsc-jupyter` additionally contains:
- PETSc-support
### Usage ### Usage
With [Docker]({{< ref "container.md#with-docker" >}}): With [Docker]({{< ref "container.md#with-docker" >}}):
...@@ -43,7 +50,7 @@ docker run --rm -p 8888:8888 -v $PWD:/home/jovyan/work --user `id -u $USER` \ ...@@ -43,7 +50,7 @@ docker run --rm -p 8888:8888 -v $PWD:/home/jovyan/work --user `id -u $USER` \
--group-add users registry.opengeosys.org/ogs/ogs/ogs-serial-jupyter --group-add users registry.opengeosys.org/ogs/ogs/ogs-serial-jupyter
``` ```
This mounts your current directory into `~/work` inside the container. This mounts your current directory into `~/work` inside the container. Use image `registry.opengeosys.org/ogs/ogs/ogs-petsc-jupyter` for PETSc-support!
<div class="note"> <div class="note">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment