mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-18 15:32:56 +00:00
Use R packages from conda-forge
This commit is contained in:
@@ -20,8 +20,7 @@ RUN apt-get update && \
|
|||||||
USER $NB_USER
|
USER $NB_USER
|
||||||
|
|
||||||
# R packages
|
# R packages
|
||||||
RUN conda config --system --add channels r && \
|
RUN conda install --quiet --yes \
|
||||||
conda install --quiet --yes \
|
|
||||||
'r-base=3.3.2' \
|
'r-base=3.3.2' \
|
||||||
'r-irkernel=0.7*' \
|
'r-irkernel=0.7*' \
|
||||||
'r-ggplot2=2.2*' \
|
'r-ggplot2=2.2*' \
|
||||||
|
@@ -9,24 +9,25 @@ USER root
|
|||||||
|
|
||||||
# Install all OS dependencies for fully functional notebook server
|
# Install all OS dependencies for fully functional notebook server
|
||||||
RUN apt-get update && apt-get install -yq --no-install-recommends \
|
RUN apt-get update && apt-get install -yq --no-install-recommends \
|
||||||
git \
|
|
||||||
vim \
|
|
||||||
jed \
|
|
||||||
emacs \
|
|
||||||
build-essential \
|
build-essential \
|
||||||
python-dev \
|
emacs \
|
||||||
unzip \
|
git \
|
||||||
|
inkscape \
|
||||||
|
jed \
|
||||||
libsm6 \
|
libsm6 \
|
||||||
|
libxext-dev \
|
||||||
|
libxrender1 \
|
||||||
|
lmodern \
|
||||||
pandoc \
|
pandoc \
|
||||||
texlive-latex-base \
|
python-dev \
|
||||||
texlive-latex-extra \
|
|
||||||
texlive-fonts-extra \
|
texlive-fonts-extra \
|
||||||
texlive-fonts-recommended \
|
texlive-fonts-recommended \
|
||||||
texlive-generic-recommended \
|
texlive-generic-recommended \
|
||||||
|
texlive-latex-base \
|
||||||
|
texlive-latex-extra \
|
||||||
texlive-xetex \
|
texlive-xetex \
|
||||||
lmodern \
|
vim \
|
||||||
libxrender1 \
|
unzip \
|
||||||
inkscape \
|
|
||||||
&& apt-get clean && \
|
&& apt-get clean && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
@@ -17,8 +17,7 @@ RUN apt-get update && \
|
|||||||
USER $NB_USER
|
USER $NB_USER
|
||||||
|
|
||||||
# R packages
|
# R packages
|
||||||
RUN conda config --system --add channels r && \
|
RUN conda install --quiet --yes \
|
||||||
conda install --quiet --yes \
|
|
||||||
'r-base=3.3.2' \
|
'r-base=3.3.2' \
|
||||||
'r-irkernel=0.7*' \
|
'r-irkernel=0.7*' \
|
||||||
'r-plyr=1.8*' \
|
'r-plyr=1.8*' \
|
||||||
|
Reference in New Issue
Block a user