You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fem.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ All notebooks can be converted to python files using [nbconvert](https://nbconve
35
35
### Tutorial compatible docker images
36
36
The tutorial uses several dependencies for meshing, plotting and timings. A compatible `JupyterLab` image is available in the [Github Packages](https://github.com/jorgensd/dolfinx-tutorial/pkgs/container/dolfinx-tutorial))
37
37
38
-
To use the notebooks in this tutorial with DOLFINx on your own computer, you should use the docker image using the following command
38
+
To use the notebooks in this tutorial with DOLFINx on your own computer, you should use the docker image using the following command:
39
39
```bash
40
40
docker run --init -p 8888:8888 -v "$(pwd)":/root/shared ghcr.io/jorgensd/dolfinx-tutorial:v0.6.0
41
41
```
@@ -44,13 +44,13 @@ This image can also be used as a normal docker container by adding:
44
44
docker run --ti -v "$(pwd)":/root/shared --entrypoint="/bin/bash" ghcr.io/jorgensd/dolfinx-tutorial:v0.6.0
45
45
```
46
46
47
-
The tutorials can also be exported as a notebook or PDF by clicking the -symbol in the top right corner of the relevant tutorialThe notebook can in turn be used with a Python kernel which has DOLFINx.
47
+
The tutorials can also be exported as a notebook or PDF by clicking the -symbol in the top right corner of the relevant tutorial. The notebook can in turn be used with a Python kernel which has DOLFINx.
48
48
49
49
### Official images
50
50
51
51
The FEniCS project supplies pre-built docker images at [https://hub.docker.com/r/dolfinx/dolfinx](https://hub.docker.com/r/dolfinx/dolfinx).
52
52
The [Dockerfile](https://github.com/FEniCS/dolfinx/blob/main/docker/Dockerfile)
53
-
provides a definitive build recipe. As the DOLFINx docker images are hosted at Docker-hub, one can directly access the image
53
+
provides a definitive build recipe. As the DOLFINx docker images are hosted at Docker-hub, one can directly access the image:
0 commit comments