We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 926c4cd commit 51e0017Copy full SHA for 51e0017
README.md
@@ -2,4 +2,4 @@
2
3
This repository contains the source Dockerfiles for images with CRAN releases of Seurat
4
5
-Currently, Seurat is built under R 3.6 using Ubuntu 16.04 Xenial Xerus
+Currently, Seurat is built under R 4.0 under Ubuntu 18.04 LTS Bionic
latest/Dockerfile
@@ -1,5 +1,5 @@
1
# Dockerfile for the latest version of Seurat (v3.1.5)
-FROM rstudio/r-base:3.6.3-bionic
+FROM rstudio/r-base:4.0.0-bionic
# Set global R options
RUN echo "options(repos = 'https://cloud.r-project.org')" > $(R --slave --no-restore --no-save -e "cat(Sys.getenv('R_HOME'))")/etc/Rprofile.site
0 commit comments