mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 23:12:56 +00:00
Big upgrade
- Bump root container version - Bump packages of - scipy-notebook - r-notebook - datascience-notebook - add -y flag to jupyter lab commands in scipy-notebook - Fix a bug in check outdated packages when packages installed through pip
This commit is contained in:
@@ -25,7 +25,7 @@ USER $NB_UID
|
||||
|
||||
# R packages
|
||||
RUN conda install --quiet --yes \
|
||||
'r-base=3.6.2' \
|
||||
'r-base=3.6.3' \
|
||||
'r-caret=6.0*' \
|
||||
'r-crayon=1.3*' \
|
||||
'r-devtools=2.2*' \
|
||||
@@ -41,7 +41,7 @@ RUN conda install --quiet --yes \
|
||||
'r-reshape2=1.4*' \
|
||||
'r-rmarkdown=2.1*' \
|
||||
'r-rodbc=1.3*' \
|
||||
'r-rsqlite=2.1*' \
|
||||
'r-rsqlite=2.2*' \
|
||||
'r-shiny=1.4*' \
|
||||
'r-tidyverse=1.3*' \
|
||||
'unixodbc=2.3.*' \
|
||||
|
Reference in New Issue
Block a user