Add more packages

This commit is contained in:
J. Elfring 2024-03-25 21:55:57 +01:00
parent 710a8c6782
commit bb14d1c295

View file

@ -7,11 +7,19 @@ RUN apt-get update \
&& apt-get clean && apt-get clean
USER $NB_UID USER $NB_UID
RUN mamba install --yes r-irkernel \ RUN mamba install --yes bash_kernel \
ansible-kernel \
jupyterlab-latex \
jupyterlab-nbconvert-nocode \
jupyterlab-spellchecker \
jupyterlab-spreadsheet-editor \
jupyterlab_miami_nights \
jupyterlab_templates \
jupyterlab_vim \
r-ggplot2 \ r-ggplot2 \
r-ggpubr \ r-ggpubr \
r-irkernel \
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}"