Merge pull request #1236 from romainx/update_2021-02-11

Regular update
This commit is contained in:
Romain
2021-02-11 20:37:18 +01:00
committed by GitHub
4 changed files with 6 additions and 6 deletions

View File

@@ -133,7 +133,7 @@ RUN wget --quiet "https://github.com/conda-forge/miniforge/releases/download/${m
RUN conda install --quiet --yes \ RUN conda install --quiet --yes \
'notebook=6.2.0' \ 'notebook=6.2.0' \
'jupyterhub=1.3.0' \ 'jupyterhub=1.3.0' \
'jupyterlab=3.0.5' && \ 'jupyterlab=3.0.7' && \
conda clean --all -f -y && \ conda clean --all -f -y && \
npm cache clean --force && \ npm cache clean --force && \
jupyter notebook --generate-config && \ jupyter notebook --generate-config && \

View File

@@ -60,7 +60,7 @@ USER $NB_UID
RUN conda install --quiet --yes \ RUN conda install --quiet --yes \
'r-base=4.0.3' \ 'r-base=4.0.3' \
'r-caret=6.0*' \ 'r-caret=6.0*' \
'r-crayon=1.3*' \ 'r-crayon=1.4*' \
'r-devtools=2.3*' \ 'r-devtools=2.3*' \
'r-forecast=8.13*' \ 'r-forecast=8.13*' \
'r-hexbin=1.28*' \ 'r-hexbin=1.28*' \
@@ -72,7 +72,7 @@ RUN conda install --quiet --yes \
'r-rcurl=1.98*' \ 'r-rcurl=1.98*' \
'r-rmarkdown=2.6*' \ 'r-rmarkdown=2.6*' \
'r-rsqlite=2.2*' \ 'r-rsqlite=2.2*' \
'r-shiny=1.5*' \ 'r-shiny=1.6*' \
'r-tidyverse=1.3*' \ 'r-tidyverse=1.3*' \
'rpy2=3.4*' && \ 'rpy2=3.4*' && \
conda clean --all -f -y && \ conda clean --all -f -y && \

View File

@@ -27,7 +27,7 @@ USER $NB_UID
RUN conda install --quiet --yes \ RUN conda install --quiet --yes \
'r-base=4.0.3' \ 'r-base=4.0.3' \
'r-caret=6.*' \ 'r-caret=6.*' \
'r-crayon=1.3*' \ 'r-crayon=1.4*' \
'r-devtools=2.3*' \ 'r-devtools=2.3*' \
'r-forecast=8.13*' \ 'r-forecast=8.13*' \
'r-hexbin=1.28*' \ 'r-hexbin=1.28*' \
@@ -40,7 +40,7 @@ RUN conda install --quiet --yes \
'r-rmarkdown=2.6*' \ 'r-rmarkdown=2.6*' \
'r-rodbc=1.3*' \ 'r-rodbc=1.3*' \
'r-rsqlite=2.2*' \ 'r-rsqlite=2.2*' \
'r-shiny=1.5*' \ 'r-shiny=1.6*' \
'r-tidyverse=1.3*' \ 'r-tidyverse=1.3*' \
'unixodbc=2.3.*' \ 'unixodbc=2.3.*' \
'r-tidymodels=0.1*' \ 'r-tidymodels=0.1*' \

View File

@@ -22,7 +22,7 @@ RUN conda install --quiet --yes \
'bottleneck=1.3.*' \ 'bottleneck=1.3.*' \
'cloudpickle=1.6.*' \ 'cloudpickle=1.6.*' \
'cython=0.29.*' \ 'cython=0.29.*' \
'dask=2021.1.*' \ 'dask=2021.2.*' \
'dill=0.3.*' \ 'dill=0.3.*' \
'h5py=3.1.*' \ 'h5py=3.1.*' \
'ipywidgets=7.6.*' \ 'ipywidgets=7.6.*' \