Commit fed5b9ac authored by Richard Darst's avatar Richard Darst

Update versions in all-spark-notebook

parent f8d45e26
...@@ -23,10 +23,10 @@ USER $NB_UID ...@@ -23,10 +23,10 @@ USER $NB_UID
# R packages # R packages
RUN conda install --quiet --yes \ RUN conda install --quiet --yes \
'r-base=3.5.1' \ 'r-base=3.6.1' \
'r-irkernel=0.8*' \ 'r-irkernel=1.0*' \
'r-ggplot2=3.1*' \ 'r-ggplot2=3.2*' \
'r-sparklyr=0.9*' \ 'r-sparklyr=1.0*' \
'r-rcurl=1.95*' && \ 'r-rcurl=1.95*' && \
conda clean --all -f -y && \ conda clean --all -f -y && \
fix-permissions $CONDA_DIR && \ fix-permissions $CONDA_DIR && \
......
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