Add spellchecker

This commit is contained in:
J. Elfring 2024-03-25 20:21:51 +01:00
parent c4ed24cf1a
commit 710a8c6782

View file

@ -11,6 +11,7 @@ RUN mamba install --yes r-irkernel \
r-ggplot2 \ r-ggplot2 \
r-ggpubr \ r-ggpubr \
r-tidyverse \ r-tidyverse \
jupyterlab-spellchecker \
&& mamba clean --all --force --yes \ && mamba clean --all --force --yes \
&& fix-permissions "${CONDA_DIR}" \ && fix-permissions "${CONDA_DIR}" \
&& fix-permissions "/home/${NB_USER}" && fix-permissions "/home/${NB_USER}"