Skip to content

Commit 6979271

Browse files
ci(docker): require Matrix v1.6.1
https://stackoverflow.com/a/77487913
1 parent b36a348 commit 6979271

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Imports:
6464
magrittr (>= 2.0.3),
6565
markdown (>= 1.1),
6666
MAST (>= 1.20.0),
67-
Matrix (>= 1.6.1),
67+
Matrix (== 1.6.1),
6868
methods (>= 4.1.3),
6969
pheatmap,
7070
plotly (>= 4.10.0),

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ RUN apt-get update && apt-get upgrade -y && \
123123

124124
# install R package
125125
COPY . /opt2/SCWorkflow
126-
RUN R -e 'remotes::install_version("Seurat", version="4.3.0"); remotes::install_version("SeuratObject", version="4.1.3")' && \
126+
RUN R -e 'remotes::install_version("Matrix", version="1.6.1"); remotes::install_version("Seurat", version="4.3.0"); remotes::install_version("SeuratObject", version="4.1.3")' && \
127127
R -e "remotes::install_local('/opt2/SCWorkflow', dependencies = TRUE, upgrade='never', repos='http://cran.rstudio.com'); library(SCWorkflow)" && \
128128
R -s -e "readr::write_tsv(tibble::as_tibble(installed.packages()), '/mnt/r-packages.tsv')"
129129

0 commit comments

Comments
 (0)