From b6f7f71050f0cde4c2505fd27349ae930761a084 Mon Sep 17 00:00:00 2001 From: lrlunin Date: Fri, 24 Nov 2023 11:32:07 +0100 Subject: [PATCH] updated jupyterlab, notebook, git widget, remove collabartion --- VERSION | 2 +- mbi-div-b-notebook-base/Dockerfile | 10 +++++----- .../scripts/install-slsdetector-package.sh | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/VERSION b/VERSION index 53a75d6..0d91a54 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.6 +0.3.0 diff --git a/mbi-div-b-notebook-base/Dockerfile b/mbi-div-b-notebook-base/Dockerfile index df820e9..4d3bd7e 100644 --- a/mbi-div-b-notebook-base/Dockerfile +++ b/mbi-div-b-notebook-base/Dockerfile @@ -50,8 +50,8 @@ USER ${NB_UID} #Install Python 3 packages RUN mamba install --yes \ # due to the bug in previos version of notebook need to be fixed with the version below - 'jupyterlab=4.0.4' \ - 'notebook=7.0.2' \ + 'jupyterlab=4.0.9' \ + 'notebook=7.0.6' \ 'altair' \ 'beautifulsoup4' \ 'bokeh' \ @@ -63,9 +63,9 @@ RUN mamba install --yes \ 'dill' \ 'h5py' \ 'ipympl=0.9.3' \ - 'ipywidgets=8.0.6' \ + 'ipywidgets=8.1.1' \ 'jupyterlab-git' \ - 'matplotlib-base=3.7.1' \ + 'matplotlib-base=3.8.2' \ 'numba' \ 'numexpr' \ 'openpyxl' \ @@ -85,7 +85,7 @@ RUN mamba install --yes \ 'conda-forge::pyfai' \ 'xarray' \ 'netCDF4' \ - 'jupyter-collaboration' \ + # 'jupyter-collaboration' \ 'octave_kernel' \ 'conda-forge::dask-labextension' && \ mamba clean --all -f -y && \ diff --git a/mbi-div-b-notebook-base/scripts/install-slsdetector-package.sh b/mbi-div-b-notebook-base/scripts/install-slsdetector-package.sh index f3ec496..3cb92ed 100644 --- a/mbi-div-b-notebook-base/scripts/install-slsdetector-package.sh +++ b/mbi-div-b-notebook-base/scripts/install-slsdetector-package.sh @@ -2,7 +2,7 @@ cd /tmp mkdir sls-lib && cd sls-lib -git clone https://github.com/slsdetectorgroup/slsDetectorPackage.git && cd slsDetectorPackage +git clone --depth 1 https://github.com/slsdetectorgroup/slsDetectorPackage.git && cd slsDetectorPackage git checkout tags/7.0.1 cd .. mkdir build && cd build