Skip to content

Commit db9225b

Browse files
committed
fix: add gmsh installation to Dockerfile
1 parent 28cc9bb commit db9225b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

fenics/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ RUN apt update && apt install -y libglfw3-dev libgles2-mesa-dev
1616
USER jovyan
1717
RUN pip install pyvista[all] trame-jupyter-extension
1818
RUN pip install vtk
19+
RUN pip install gmsh
1920

2021
WORKDIR /home/jovyan/work
2122

0 commit comments

Comments
 (0)