Commit 13234c8f authored by Vidali, Janoš's avatar Vidali, Janoš
Browse files

Dodane datoteke za pripravo slike z IRkernel

Zaenkrat še ne deluje!
parent 085f8243
# Dockerfile for binder
# Reference: https://mybinder.readthedocs.io/en/latest/dockerfile.html#preparing-your-dockerfile
FROM sagemath/sagemath:8.6
COPY --chown=sage:sage install.R ${HOME}
USER root
RUN apt-get update && apt-get install --yes --no-install-recommends ca-certificates git libssl-dev make
USER sage
RUN sage -R CMD Rscript ${HOME}/install.R && rm ${HOME}/install.R
install.packages(c('repr', 'IRdisplay', 'evaluate', 'crayon', 'pbdZMQ', 'devtools', 'uuid', 'digest'), repos="https://cran.rstudio.com/")
devtools::install_github('IRkernel/IRkernel')
IRkernel::installspec()
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