Merge pull request #1452 from mathbunnyru/asalikhov/pin_docker_version

Pin docker version and move comment out of install
This commit is contained in:
Ayaz Salikhov
2021-09-01 08:51:52 +03:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -59,12 +59,12 @@ RUN mkdir /etc/julia && \
USER ${NB_UID} USER ${NB_UID}
# R packages including IRKernel which gets installed globally. # R packages including IRKernel which gets installed globally.
# r-e1071: dependency of the caret R package
RUN mamba install --quiet --yes \ RUN mamba install --quiet --yes \
'r-base' \ 'r-base' \
'r-caret' \ 'r-caret' \
'r-crayon' \ 'r-crayon' \
'r-devtools' \ 'r-devtools' \
# r-e1071: dependency of the caret R package
'r-e1071' \ 'r-e1071' \
'r-forecast' \ 'r-forecast' \
'r-hexbin' \ 'r-hexbin' \

View File

@@ -25,12 +25,12 @@ RUN ln -s /bin/tar /bin/gtar
USER ${NB_UID} USER ${NB_UID}
# R packages including IRKernel which gets installed globally. # R packages including IRKernel which gets installed globally.
# r-e1071: dependency of the caret R package
RUN mamba install --quiet --yes \ RUN mamba install --quiet --yes \
'r-base' \ 'r-base' \
'r-caret' \ 'r-caret' \
'r-crayon' \ 'r-crayon' \
'r-devtools' \ 'r-devtools' \
# r-e1071: dependency of the caret R package
'r-e1071' \ 'r-e1071' \
'r-forecast' \ 'r-forecast' \
'r-hexbin' \ 'r-hexbin' \

View File

@@ -1,4 +1,4 @@
docker docker==5.0.0
myst-parser myst-parser
packaging packaging
plumbum plumbum