Skip to content

Commit

Permalink
new fenics docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Mar 25, 2024
1 parent abe3b76 commit 7a5d091
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ WORKDIR /root

########################################

FROM dolfinx/dev-env:nightly as bempp-dev-env-with-dolfinx
FROM ghcr.io/fenics/test-env:current-openmpi as bempp-dev-env-with-dolfinx
LABEL maintainer="Matthew Scroggs <[email protected]>"
LABEL description="Bempp-cl development environment with FEniCSx"

Expand Down Expand Up @@ -156,7 +156,7 @@ WORKDIR /root

########################################

FROM dolfinx/dev-env:nightly as bempp-dev-env-with-dolfinx-numba
FROM ghcr.io/fenics/test-env:current-openmpi as bempp-dev-env-with-dolfinx-numba
LABEL maintainer="Matthew Scroggs <[email protected]>"
LABEL description="Bempp-cl development environment with FEniCSx (Numba only)"

Expand Down

0 comments on commit 7a5d091

Please sign in to comment.