File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ USER ${NB_UID}
23
23
24
24
# R packages including IRKernel which gets installed globally.
25
25
RUN mamba install --quiet --yes \
26
- 'r-base=4.0.3 ' \
26
+ 'r-base=4.0.5 ' \
27
27
'r-ggplot2=3.3*' \
28
- 'r-irkernel=1.1 *' \
28
+ 'r-irkernel=1.2 *' \
29
29
'r-rcurl=1.98*' \
30
30
'r-sparklyr=1.6*' && \
31
31
mamba clean --all -f -y && \
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ USER root
26
26
# Conda version
27
27
ARG conda_version="4.10.1"
28
28
# Miniforge installer patch version
29
- ARG miniforge_patch_number="0 "
29
+ ARG miniforge_patch_number="4 "
30
30
# Miniforge installer architecture
31
31
ARG miniforge_arch="x86_64"
32
32
# 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}"
39
39
# Miniforge installer
40
40
ARG miniforge_installer="${miniforge_python}-${miniforge_version}-Linux-${miniforge_arch}.sh"
41
41
# Miniforge checksum
42
- ARG miniforge_checksum="d4065b376f81b83cfef0c7316f97bb83337e4ae27eb988828363a578226e3a62 "
42
+ ARG miniforge_checksum="9eb335cb559644a6e462c077ebc129af51b7329817574fb707b994dafdddf2af "
43
43
44
44
# Install all OS dependencies for notebook server that starts but lacks all
45
45
# features (e.g., download as all possible file formats)
Original file line number Diff line number Diff line change @@ -54,19 +54,19 @@ USER ${NB_UID}
54
54
55
55
# R packages including IRKernel which gets installed globally.
56
56
RUN conda install --quiet --yes \
57
- 'r-base=4.0.3' \
57
+ 'r-base=4.0.5' \
58
58
'r-caret=6.0*' \
59
59
'r-crayon=1.4*' \
60
60
'r-devtools=2.4*' \
61
61
'r-forecast=8.14*' \
62
62
'r-hexbin=1.28*' \
63
63
'r-htmltools=0.5*' \
64
64
'r-htmlwidgets=1.5*' \
65
- 'r-irkernel=1.1 *' \
65
+ 'r-irkernel=1.2 *' \
66
66
'r-nycflights13=1.0*' \
67
67
'r-randomforest=4.6*' \
68
68
'r-rcurl=1.98*' \
69
- 'r-rmarkdown=2.7 *' \
69
+ 'r-rmarkdown=2.8 *' \
70
70
'r-rodbc=1.3*' \
71
71
'r-rsqlite=2.2*' \
72
72
'r-shiny=1.6*' \
Original file line number Diff line number Diff line change @@ -25,19 +25,19 @@ USER ${NB_UID}
25
25
26
26
# R packages including IRKernel which gets installed globally.
27
27
RUN conda install --quiet --yes \
28
- 'r-base=4.0.3 ' \
28
+ 'r-base=4.0.5 ' \
29
29
'r-caret=6.*' \
30
30
'r-crayon=1.4*' \
31
31
'r-devtools=2.4*' \
32
32
'r-forecast=8.14*' \
33
33
'r-hexbin=1.28*' \
34
34
'r-htmltools=0.5*' \
35
35
'r-htmlwidgets=1.5*' \
36
- 'r-irkernel=1.1 *' \
36
+ 'r-irkernel=1.2 *' \
37
37
'r-nycflights13=1.0*' \
38
38
'r-randomforest=4.6*' \
39
39
'r-rcurl=1.98*' \
40
- 'r-rmarkdown=2.7 *' \
40
+ 'r-rmarkdown=2.8 *' \
41
41
'r-rodbc=1.3*' \
42
42
'r-rsqlite=2.2*' \
43
43
'r-shiny=1.6*' \
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ RUN conda install --quiet --yes \
23
23
'cloudpickle=1.6.*' \
24
24
'conda-forge::blas=*=openblas' \
25
25
'cython=0.29.*' \
26
- 'dask=2021.4 .*' \
26
+ 'dask=2021.5 .*' \
27
27
'dill=0.3.*' \
28
28
'h5py=3.2.*' \
29
29
'ipympl=0.7.*' \
@@ -33,7 +33,7 @@ RUN conda install --quiet --yes \
33
33
'numexpr=2.7.*' \
34
34
'pandas=1.2.*' \
35
35
'patsy=0.5.*' \
36
- 'protobuf=3.15 .*' \
36
+ 'protobuf=3.17 .*' \
37
37
'pytables=3.6.*' \
38
38
'scikit-image=0.18.*' \
39
39
'scikit-learn=0.24.*' \
You can’t perform that action at this time.
0 commit comments