Commit d18fd3e7 authored by Romain C's avatar Romain C

Fix a conflict in R packages update in the datascience-notebook

parent e2932c73
...@@ -46,7 +46,7 @@ USER $NB_UID ...@@ -46,7 +46,7 @@ USER $NB_UID
# R packages including IRKernel which gets installed globally. # R packages including IRKernel which gets installed globally.
RUN conda install --quiet --yes \ RUN conda install --quiet --yes \
'rpy2=2.8*' \ 'rpy2=2.9*' \
'r-base=3.5.1' \ 'r-base=3.5.1' \
'r-irkernel=0.8*' \ 'r-irkernel=0.8*' \
'r-plyr=1.8*' \ 'r-plyr=1.8*' \
......
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