Skip to content

Commit eeb1a44

Browse files
committed
Dockerfile addition
1 parent beca45f commit eeb1a44

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1+
# Pull doflinx 0.7.3 docker image
12
FROM dolfinx/dolfinx:v0.7.3
23

4+
# Set work directory
35
RUN mkdir -p /home/app
46
WORKDIR /home/app
57

8+
# Copy package files
69
COPY demo .
710

11+
# Install MDFEniCSx
812
RUN pip install git+https://github.com/niravshah241/MDFEniCSx.git
913

14+
# Keep container alive
1015
CMD ["sleep", "infinity"]

0 commit comments

Comments
 (0)