mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-15 05:52:57 +00:00
Merge pull request #1361 from mathbunnyru/asalikhov/updates
Update packages
This commit is contained in:
1
Makefile
1
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)
|
||||
|
||||
|
@@ -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}"
|
||||
|
@@ -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*' \
|
||||
|
@@ -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*' \
|
||||
|
@@ -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.*'\
|
||||
|
Reference in New Issue
Block a user