Commit 0866419b authored by Laurent Gatto's avatar Laurent Gatto
Browse files

Update Dockerfile

parent df301c11
......@@ -29,10 +29,11 @@ RUN apt-get update && \
libhdf5-dev \
libgit2-dev
# vim
USER ${NB_USER}
RUN echo "options(defaultPackages=c(getOption('defaultPackages'),'renkur'))" >> /usr/local/lib/R/etc/Rprofile.site
USER ${NB_USER}
# 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