Skip to content

Commit 752486c

Browse files
authored
Merge pull request #1319 from mathbunnyru/asalikhov/update
Update packages
2 parents 7291526 + 6cd8247 commit 752486c

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

all-spark-notebook/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ USER ${NB_UID}
2323

2424
# R packages including IRKernel which gets installed globally.
2525
RUN mamba install --quiet --yes \
26-
'r-base=4.0.3' \
26+
'r-base=4.0.5' \
2727
'r-ggplot2=3.3*' \
28-
'r-irkernel=1.1*' \
28+
'r-irkernel=1.2*' \
2929
'r-rcurl=1.98*' \
3030
'r-sparklyr=1.6*' && \
3131
mamba clean --all -f -y && \

base-notebook/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ USER root
2626
# Conda version
2727
ARG conda_version="4.10.1"
2828
# Miniforge installer patch version
29-
ARG miniforge_patch_number="0"
29+
ARG miniforge_patch_number="4"
3030
# Miniforge installer architecture
3131
ARG miniforge_arch="x86_64"
3232
# Package Manager and Python implementation to use (https://github.com/conda-forge/miniforge)
@@ -39,7 +39,7 @@ ARG miniforge_version="${conda_version}-${miniforge_patch_number}"
3939
# Miniforge installer
4040
ARG miniforge_installer="${miniforge_python}-${miniforge_version}-Linux-${miniforge_arch}.sh"
4141
# Miniforge checksum
42-
ARG miniforge_checksum="d4065b376f81b83cfef0c7316f97bb83337e4ae27eb988828363a578226e3a62"
42+
ARG miniforge_checksum="9eb335cb559644a6e462c077ebc129af51b7329817574fb707b994dafdddf2af"
4343

4444
# Install all OS dependencies for notebook server that starts but lacks all
4545
# features (e.g., download as all possible file formats)

datascience-notebook/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,19 +54,19 @@ USER ${NB_UID}
5454

5555
# R packages including IRKernel which gets installed globally.
5656
RUN conda install --quiet --yes \
57-
'r-base=4.0.3' \
57+
'r-base=4.0.5' \
5858
'r-caret=6.0*' \
5959
'r-crayon=1.4*' \
6060
'r-devtools=2.4*' \
6161
'r-forecast=8.14*' \
6262
'r-hexbin=1.28*' \
6363
'r-htmltools=0.5*' \
6464
'r-htmlwidgets=1.5*' \
65-
'r-irkernel=1.1*' \
65+
'r-irkernel=1.2*' \
6666
'r-nycflights13=1.0*' \
6767
'r-randomforest=4.6*' \
6868
'r-rcurl=1.98*' \
69-
'r-rmarkdown=2.7*' \
69+
'r-rmarkdown=2.8*' \
7070
'r-rodbc=1.3*' \
7171
'r-rsqlite=2.2*' \
7272
'r-shiny=1.6*' \

r-notebook/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@ USER ${NB_UID}
2525

2626
# R packages including IRKernel which gets installed globally.
2727
RUN conda install --quiet --yes \
28-
'r-base=4.0.3' \
28+
'r-base=4.0.5' \
2929
'r-caret=6.*' \
3030
'r-crayon=1.4*' \
3131
'r-devtools=2.4*' \
3232
'r-forecast=8.14*' \
3333
'r-hexbin=1.28*' \
3434
'r-htmltools=0.5*' \
3535
'r-htmlwidgets=1.5*' \
36-
'r-irkernel=1.1*' \
36+
'r-irkernel=1.2*' \
3737
'r-nycflights13=1.0*' \
3838
'r-randomforest=4.6*' \
3939
'r-rcurl=1.98*' \
40-
'r-rmarkdown=2.7*' \
40+
'r-rmarkdown=2.8*' \
4141
'r-rodbc=1.3*' \
4242
'r-rsqlite=2.2*' \
4343
'r-shiny=1.6*' \

scipy-notebook/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN conda install --quiet --yes \
2323
'cloudpickle=1.6.*' \
2424
'conda-forge::blas=*=openblas' \
2525
'cython=0.29.*' \
26-
'dask=2021.4.*' \
26+
'dask=2021.5.*' \
2727
'dill=0.3.*' \
2828
'h5py=3.2.*' \
2929
'ipympl=0.7.*'\
@@ -33,7 +33,7 @@ RUN conda install --quiet --yes \
3333
'numexpr=2.7.*' \
3434
'pandas=1.2.*' \
3535
'patsy=0.5.*' \
36-
'protobuf=3.15.*' \
36+
'protobuf=3.17.*' \
3737
'pytables=3.6.*' \
3838
'scikit-image=0.18.*' \
3939
'scikit-learn=0.24.*' \

0 commit comments

Comments
 (0)