Add more packages
This commit is contained in:
parent
710a8c6782
commit
bb14d1c295
1 changed files with 10 additions and 2 deletions
|
@ -7,11 +7,19 @@ RUN apt-get update \
|
|||
&& apt-get clean
|
||||
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-ggpubr \
|
||||
r-irkernel \
|
||||
r-tidyverse \
|
||||
jupyterlab-spellchecker \
|
||||
&& mamba clean --all --force --yes \
|
||||
&& fix-permissions "${CONDA_DIR}" \
|
||||
&& fix-permissions "/home/${NB_USER}"
|
||||
|
|
Loading…
Reference in a new issue