Skip to content

Commit

Permalink
updated jupyterlab, notebook, git widget, remove collabartion
Browse files Browse the repository at this point in the history
  • Loading branch information
lrlunin committed Nov 24, 2023
1 parent 45e5efd commit b6f7f71
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.6
0.3.0
10 changes: 5 additions & 5 deletions mbi-div-b-notebook-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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' \
Expand All @@ -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' \
Expand All @@ -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 && \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b6f7f71

Please sign in to comment.