Commit 4c983605 authored by Min RK's avatar Min RK

add r channel at lower priority than conda-forge

avoids broken R due to mismatched icu version (probably a bad or missing pin somewhere)
parent 417e06bf
...@@ -36,7 +36,7 @@ RUN . /etc/os-release && \ ...@@ -36,7 +36,7 @@ RUN . /etc/os-release && \
USER $NB_USER USER $NB_USER
# R packages including IRKernel which gets installed globally. # R packages including IRKernel which gets installed globally.
RUN conda config --system --add channels r && \ RUN conda config --system --append channels r && \
conda install --quiet --yes \ conda install --quiet --yes \
'rpy2=2.8*' \ 'rpy2=2.8*' \
'r-base=3.3.2' \ 'r-base=3.3.2' \
......
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