mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 15:02:57 +00:00
Update docs to better reflect current state
This commit is contained in:
@@ -23,7 +23,7 @@ RUN ln -s /bin/tar /bin/gtar
|
||||
|
||||
USER $NB_UID
|
||||
|
||||
# R packages
|
||||
# R packages including IRKernel which gets installed globally.
|
||||
RUN conda install --quiet --yes \
|
||||
'r-base=4.0.3' \
|
||||
'r-caret=6.*' \
|
||||
@@ -41,10 +41,9 @@ RUN conda install --quiet --yes \
|
||||
'r-rodbc=1.3*' \
|
||||
'r-rsqlite=2.2*' \
|
||||
'r-shiny=1.6*' \
|
||||
'r-tidyverse=1.3*' \
|
||||
'unixodbc=2.3.*' \
|
||||
'r-tidymodels=0.1*' \
|
||||
&& \
|
||||
'r-tidyverse=1.3*' \
|
||||
'unixodbc=2.3.*' && \
|
||||
conda clean --all -f -y && \
|
||||
fix-permissions "${CONDA_DIR}" && \
|
||||
fix-permissions "/home/${NB_USER}"
|
||||
|
Reference in New Issue
Block a user