-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b7d8208
commit 77e971b
Showing
16 changed files
with
1,053 additions
and
805 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM rocker/r-ver:4.3.3 AS build | ||
FROM rocker/r-ver:4.4.0 AS build | ||
WORKDIR /src/dseqr | ||
|
||
# install required debian packages to install R packages | ||
|
@@ -12,7 +12,7 @@ RUN echo ".libPaths(c('$RENV_LIB', .libPaths()))" >> $(R RHOME)/etc/Rprofile.sit | |
|
||
# install dseqr dependencies from renv.lock file | ||
RUN R -e "install.packages('remotes', repos = c(CRAN = 'https://cloud.r-project.org'))" && \ | ||
R -e "remotes::install_github('rstudio/[email protected].5')" && \ | ||
R -e "remotes::install_github('rstudio/[email protected].7')" && \ | ||
R -e "renv::init(bare = TRUE, settings = list(use.cache = FALSE))" | ||
|
||
# initial lockfile: sync periodically | ||
|
@@ -54,7 +54,7 @@ RUN Rscript get_sysdeps_run.R | |
# ---------- | ||
# COMMON | ||
#----------- | ||
FROM rocker/r-ver:4.3.3 AS common | ||
FROM rocker/r-ver:4.4.0 AS common | ||
WORKDIR /src/dseqr | ||
|
||
# add conda to path | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.