Skip to content
Snippets Groups Projects
Commit 527089cb authored by calrama's avatar calrama
Browse files

[jupyterhub] add some R packages

parent 0d5ce96a
No related branches found
No related tags found
No related merge requests found
Pipeline #32956 passed
......@@ -103,6 +103,15 @@ RUN R -e "install.packages('IRkernel')" && \
R -e "IRkernel::installspec(user = FALSE)" && \
jupyter labextension install @techrah/text-shortcuts
RUN R -e "install.packages('IRkernel')" && \
R -e "install.packages('readr')" && \
R -e "install.packages('car')" && \
R -e "install.packages('lme4')" && \
R -e "install.packages('nlme')" && \
R -e "install.packages('lmerTest')" && \
R -e "install.packages('ggplot2')" && \
R -e "install.packages('emmeans')"
RUN chmod -x /etc/update-motd.d/*
WORKDIR "${HOME}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment