Skip to content

Commit e3144eb

Browse files
authored
Update README.md (#152)
1 parent af8c1ee commit e3144eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ The C++ library can be found under [libdolfinx_mpc](https://anaconda.org/conda-f
4242

4343
## Docker
4444

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)
4646
and can be ran using
4747
```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
4949
```
5050
To change to complex mode run `source dolfinx-complex-mode`.
5151
Similarly, to change back to real mode, call `source dolfinx-real-mode`.

0 commit comments

Comments
 (0)