File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,10 +42,10 @@ The C++ library can be found under [libdolfinx_mpc](https://anaconda.org/conda-f
42
42
43
43
## Docker
44
44
45
- Version 0.7 .0 is available as an docker image at [ Github Packages] ( https://github.com/jorgensd/dolfinx_mpc/pkgs/container/dolfinx_mpc )
45
+ Version 0.9 .0 is available as an docker image at [ Github Packages] ( https://github.com/jorgensd/dolfinx_mpc/pkgs/container/dolfinx_mpc )
46
46
and can be ran using
47
47
``` bash
48
- docker run -ti -v $( pwd) :/root/shared -w /root/shared ghcr.io/jorgensd/dolfinx_mpc:v0.7 .0
48
+ docker run -ti -v $( pwd) :/root/shared -w /root/shared ghcr.io/jorgensd/dolfinx_mpc:v0.9 .0
49
49
```
50
50
To change to complex mode run ` source dolfinx-complex-mode ` .
51
51
Similarly, to change back to real mode, call ` source dolfinx-real-mode ` .
You can’t perform that action at this time.
0 commit comments