We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28cc9bb commit db9225bCopy full SHA for db9225b
1 file changed
fenics/Dockerfile
@@ -16,6 +16,7 @@ RUN apt update && apt install -y libglfw3-dev libgles2-mesa-dev
16
USER jovyan
17
RUN pip install pyvista[all] trame-jupyter-extension
18
RUN pip install vtk
19
+RUN pip install gmsh
20
21
WORKDIR /home/jovyan/work
22
0 commit comments