Skip to content

Commit

Permalink
Merge pull request #1361 from mathbunnyru/asalikhov/updates
Browse files Browse the repository at this point in the history
Update packages
  • Loading branch information
mathbunnyru committed Jun 13, 2021
2 parents 752486c + b939948 commit 7dd516c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions all-spark-notebook/Dockerfile
Expand Up @@ -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}"
Expand Down
4 changes: 2 additions & 2 deletions datascience-notebook/Dockerfile
Expand Up @@ -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*' \
Expand Down
4 changes: 2 additions & 2 deletions r-notebook/Dockerfile
Expand Up @@ -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*' \
Expand Down
2 changes: 1 addition & 1 deletion scipy-notebook/Dockerfile
Expand Up @@ -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.*'\
Expand Down

0 comments on commit 7dd516c

Please sign in to comment.