Remove comment inside command line

This commit is contained in:
pabepadu
2021-08-31 23:25:33 +02:00
parent f93eee8171
commit 64a94fa68a
2 changed files with 4 additions and 2 deletions

View File

@@ -64,7 +64,8 @@ RUN mamba install --quiet --yes \
'r-caret' \
'r-crayon' \
'r-devtools' \
'r-e1071' # dependency of the caret R package \
# r-e1071: dependency of the caret R package
'r-e1071' \
'r-forecast' \
'r-hexbin' \
'r-htmltools' \

View File

@@ -30,7 +30,8 @@ RUN mamba install --quiet --yes \
'r-caret' \
'r-crayon' \
'r-devtools' \
'r-e1071' # dependency of the caret R package \
# r-e1071: dependency of the caret R package
'r-e1071' \
'r-forecast' \
'r-hexbin' \
'r-htmltools' \