There was an error while loading. Please reload this page.
1 parent de680f7 commit 737b952Copy full SHA for 737b952
1 file changed
Dockerfile
@@ -28,7 +28,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
28
ENV CRAN_REPO="https://packagemanager.posit.co/cran/__linux__/jammy/latest"
29
30
# Install CRAN packages
31
-RUN R -e "install.packages(c('Seurat', 'tidyverse', 'Matrix', 'patchwork', 'remotes'), repos='${CRAN_REPO}')"
+RUN R -e "install.packages(c('Seurat', 'tidyverse', 'Matrix', 'patchwork', 'remotes', 'hdf5r'), repos='${CRAN_REPO}')"
32
33
# Install DoubletFinder from GitHub at the pinned commit
34
RUN R -e "remotes::install_github('chris-mcginnis-ucsf/DoubletFinder@3b420df68b8e2a0cc6ebd4c5c1c7ea170464c97f', upgrade=FALSE, dependencies=TRUE)"
0 commit comments