From b5124f437449e28629609980c43e96b6857f81fe Mon Sep 17 00:00:00 2001 From: shimwell Date: Thu, 10 Oct 2024 22:25:47 +0100 Subject: [PATCH] added pyvist --- .devcontainer/base.Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/base.Dockerfile b/.devcontainer/base.Dockerfile index 731e146..d2bc0cf 100644 --- a/.devcontainer/base.Dockerfile +++ b/.devcontainer/base.Dockerfile @@ -134,7 +134,8 @@ RUN pip install cmake\ # nest_asyncio \ jupyterlab \ jupyter-cadquery \ - gmsh + gmsh \ + pyvista # needed for openmc RUN pip install --upgrade numpy