Skip to content

Commit

Permalink
fix R kernel installation
Browse files Browse the repository at this point in the history
  • Loading branch information
felipenoris committed Jun 29, 2019
1 parent 971f6e2 commit b2e923d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -254,10 +254,9 @@ ENV JULIA_PKGDIR /usr/local/julia/share/julia/site
# http://irkernel.github.io/installation/
RUN yum -y install czmq-devel && yum clean all

RUN R -e "install.packages(c('repr', 'IRdisplay', 'evaluate', 'crayon', 'pbdZMQ', 'devtools', 'uuid', 'digest'))"
RUN R -e "devtools::install_github('IRkernel/IRkernel')"
RUN R -e 'IRkernel::installspec(user = FALSE)'
#RUN cp -r /usr/lib64/R/library/IRkernel/kernelspec /usr/local/conda/anaconda3/share/jupyter/kernels/R
RUN R -e "install.packages('IRkernel')"

RUN R -e "IRkernel::installspec(user = FALSE)"

# Optional configuration file for svn
ADD svn-servers /etc/subversion/servers
Expand Down

0 comments on commit b2e923d

Please sign in to comment.