Skip to content

Commit 669910a

Browse files
committed
add rocker/rstudio container, and not that rocker/tidyverse is not for ARM
1 parent 478e72a commit 669910a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

book/lectures/120-containerization-3.qmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,8 @@ Source: <https://themuslimtimes.info/2018/10/25/if-i-have-seen-further-it-is-by-
266266
| Image | Software installed |
267267
|-------|--------------------|
268268
| [jupyter/minimal-notebook](https://hub.docker.com/r/jupyter/scipy-notebook) | Includes popular packages from the scientific Python ecosystem. |
269-
| [rocker/tidyverse](https://hub.docker.com/r/rocker/tidyverse/) | R, R packages (including the tidyverse), RStudio, make |
269+
| [rocker/rstudio](https://hub.docker.com/r/rocker/rstudio/) | R, R, RStudio |
270+
| [rocker/tidyverse](https://hub.docker.com/r/rocker/tidyverse/) | R, R packages (including the tidyverse), RStudio, make, do not use for ARM based computers |
270271
| [continuumio/anaconda3](https://hub.docker.com/r/continuumio/anaconda3/) | Python 3.7.4, Ananconda base package distribution, Jupyter notebook |
271272

272273
## Dockerfile FAQ:

0 commit comments

Comments
 (0)