From b939948a62ccf03e167c793742a36499dec5cf43 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Sun, 13 Jun 2021 00:22:22 +0300 Subject: [PATCH] Update packages --- Makefile | 1 + all-spark-notebook/Dockerfile | 4 ++-- datascience-notebook/Dockerfile | 4 ++-- r-notebook/Dockerfile | 4 ++-- scipy-notebook/Dockerfile | 2 +- 5 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index c893e4d3..d43c717f 100644 --- a/Makefile +++ b/Makefile @@ -38,6 +38,7 @@ build-test-all: $(foreach I,$(ALL_IMAGES), build/$(I) test/$(I) ) ## build and t check-outdated/%: ## check the outdated conda packages in a stack and produce a report (experimental) @TEST_IMAGE="$(OWNER)/$(notdir $@)" pytest test/test_outdated.py +check-outdated-all: $(foreach I,$(ALL_IMAGES), check-outdated/$(I) ) ## check all the stacks for outdated conda packages cont-clean-all: cont-stop-all cont-rm-all ## clean all containers (stop + rm) diff --git a/all-spark-notebook/Dockerfile b/all-spark-notebook/Dockerfile index 8740ff60..21b54bf5 100644 --- a/all-spark-notebook/Dockerfile +++ b/all-spark-notebook/Dockerfile @@ -23,11 +23,11 @@ USER ${NB_UID} # R packages including IRKernel which gets installed globally. RUN mamba install --quiet --yes \ - 'r-base=4.0.5' \ + 'r-base=4.1.0' \ 'r-ggplot2=3.3*' \ 'r-irkernel=1.2*' \ 'r-rcurl=1.98*' \ - 'r-sparklyr=1.6*' && \ + 'r-sparklyr=1.7*' && \ mamba clean --all -f -y && \ fix-permissions "${CONDA_DIR}" && \ fix-permissions "/home/${NB_USER}" diff --git a/datascience-notebook/Dockerfile b/datascience-notebook/Dockerfile index 012ac71d..79b8fd5b 100644 --- a/datascience-notebook/Dockerfile +++ b/datascience-notebook/Dockerfile @@ -54,11 +54,11 @@ USER ${NB_UID} # R packages including IRKernel which gets installed globally. RUN conda install --quiet --yes \ - 'r-base=4.0.5' \ + 'r-base=4.1.0' \ 'r-caret=6.0*' \ 'r-crayon=1.4*' \ 'r-devtools=2.4*' \ - 'r-forecast=8.14*' \ + 'r-forecast=8.15*' \ 'r-hexbin=1.28*' \ 'r-htmltools=0.5*' \ 'r-htmlwidgets=1.5*' \ diff --git a/r-notebook/Dockerfile b/r-notebook/Dockerfile index 40f6687c..fa366704 100644 --- a/r-notebook/Dockerfile +++ b/r-notebook/Dockerfile @@ -25,11 +25,11 @@ USER ${NB_UID} # R packages including IRKernel which gets installed globally. RUN conda install --quiet --yes \ - 'r-base=4.0.5' \ + 'r-base=4.1.0' \ 'r-caret=6.*' \ 'r-crayon=1.4*' \ 'r-devtools=2.4*' \ - 'r-forecast=8.14*' \ + 'r-forecast=8.15*' \ 'r-hexbin=1.28*' \ 'r-htmltools=0.5*' \ 'r-htmlwidgets=1.5*' \ diff --git a/scipy-notebook/Dockerfile b/scipy-notebook/Dockerfile index d91529d8..b0c41ffc 100644 --- a/scipy-notebook/Dockerfile +++ b/scipy-notebook/Dockerfile @@ -23,7 +23,7 @@ RUN conda install --quiet --yes \ 'cloudpickle=1.6.*' \ 'conda-forge::blas=*=openblas' \ 'cython=0.29.*' \ - 'dask=2021.5.*' \ + 'dask=2021.6.*' \ 'dill=0.3.*' \ 'h5py=3.2.*' \ 'ipympl=0.7.*'\