From c3e9b4eb395e4686a921888d3826c1a855c1f925 Mon Sep 17 00:00:00 2001 From: Henrik Finsberg Date: Wed, 8 Jul 2026 19:32:32 +0200 Subject: [PATCH] Remove install with docker until we have actually added a docker image --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index 14cd7fa..c67b22d 100644 --- a/README.md +++ b/README.md @@ -44,15 +44,6 @@ cd dolfinx-adjoint python3 -m pip install -e ".[all]" ``` -### Docker - -A pre-built Docker image is automatically published by the CI. You can pull the nightly build which comes with DOLFINx and DOLFINx-Adjoint pre-installed: - -```bash -docker run -ti ghcr.io/scientificcomputing/dolfinx-adjoint:v0.2.1 -``` - -*(Note: Adjust the tag to the latest release or build).* ## Quick Start