From 7b6d5a6be9155e345397df28b8c3b9b69cf26545 Mon Sep 17 00:00:00 2001 From: lrlunin Date: Wed, 28 Feb 2024 18:26:50 +0100 Subject: [PATCH] add graphviz, scipp and scline --- VERSION | 2 +- mbi-div-b-notebook-base/Dockerfile | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 9e11b32..9fc80f9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.1 +0.3.2 \ No newline at end of file diff --git a/mbi-div-b-notebook-base/Dockerfile b/mbi-div-b-notebook-base/Dockerfile index 4d3bd7e..2cd348a 100644 --- a/mbi-div-b-notebook-base/Dockerfile +++ b/mbi-div-b-notebook-base/Dockerfile @@ -28,6 +28,7 @@ RUN apt-get update --yes && \ libtiff5-dev \ # user requests imagemagick \ + graphviz \ # for matplotlib anim ffmpeg \ # for octave installation @@ -85,6 +86,7 @@ RUN mamba install --yes \ 'conda-forge::pyfai' \ 'xarray' \ 'netCDF4' \ + 'pygraphviz'\ # 'jupyter-collaboration' \ 'octave_kernel' \ 'conda-forge::dask-labextension' && \ @@ -107,6 +109,8 @@ RUN pip install --no-cache-dir udkm1Dsim \ jupyterlab-vega3 \ jupyterlab-code-formatter \ jupyterlab_h5web[full] \ + scipp[all,interactive] \ + sciline \ black && \ fix-permissions "${CONDA_DIR}" && \ fix-permissions "/home/${NB_USER}"