mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-18 07:22:57 +00:00
Update versions in all-spark-notebook
This commit is contained in:
@@ -23,10 +23,10 @@ USER $NB_UID
|
||||
|
||||
# R packages
|
||||
RUN conda install --quiet --yes \
|
||||
'r-base=3.5.1' \
|
||||
'r-irkernel=0.8*' \
|
||||
'r-ggplot2=3.1*' \
|
||||
'r-sparklyr=0.9*' \
|
||||
'r-base=3.6.1' \
|
||||
'r-irkernel=1.0*' \
|
||||
'r-ggplot2=3.2*' \
|
||||
'r-sparklyr=1.0*' \
|
||||
'r-rcurl=1.95*' && \
|
||||
conda clean --all -f -y && \
|
||||
fix-permissions $CONDA_DIR && \
|
||||
|
Reference in New Issue
Block a user