Commit df301c11 authored by Laurent Gatto's avatar Laurent Gatto
Browse files

Update Dockerfile

parent 05107dce
......@@ -31,6 +31,8 @@ RUN apt-get update && \
# vim
USER ${NB_USER}
RUN echo "options(defaultPackages=c(getOption('defaultPackages'),'renkur'))" >> /usr/local/lib/R/etc/Rprofile.site
# install the R dependencies
COPY install.R /tmp/
RUN R -f /tmp/install.R
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment