-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
||
|
@@ -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)" | ||
|
||
|