mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-10 03:23:00 +00:00
Remove comment inside command line
This commit is contained in:
@@ -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' \
|
||||
|
@@ -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' \
|
||||
|
Reference in New Issue
Block a user