Skip to content

Commit

Permalink
add graphviz, scipp and scline
Browse files Browse the repository at this point in the history
  • Loading branch information
lrlunin committed Feb 28, 2024
1 parent 1994e05 commit 7b6d5a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.1
0.3.2
4 changes: 4 additions & 0 deletions mbi-div-b-notebook-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ RUN apt-get update --yes && \
libtiff5-dev \
# user requests
imagemagick \
graphviz \
# for matplotlib anim
ffmpeg \
# for octave installation
Expand Down Expand Up @@ -85,6 +86,7 @@ RUN mamba install --yes \
'conda-forge::pyfai' \
'xarray' \
'netCDF4' \
'pygraphviz'\
# 'jupyter-collaboration' \
'octave_kernel' \
'conda-forge::dask-labextension' && \
Expand All @@ -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}"
Expand Down

0 comments on commit 7b6d5a6

Please sign in to comment.