Skip to content

Commit 4e7dc49

Browse files
fix: SeuratObject version
1 parent 62e1a25 commit 4e7dc49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.3.0")' && \
126+
RUN R -e '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='always', 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)