-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'cansavvy/gi_calc' of github.com:FredHutch/gimap into ca…
…nsavvy/gi_calc
- Loading branch information
Showing
4 changed files
with
5 additions
and
69 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
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 |
---|---|---|
|
@@ -2,22 +2,14 @@ FROM rocker/tidyverse:4.0.2 | |
LABEL maintainer="[email protected]" | ||
WORKDIR /rocker-build/ | ||
|
||
COPY install_github.R . | ||
COPY git_token.txt . | ||
COPY github_package_list.tsv . | ||
|
||
# Install a package from CRAN | ||
RUN Rscript -e "options(warn = 2);install.packages( \ | ||
c('remotes', \ | ||
'styler'), \ | ||
repos = 'https://cloud.r-project.org/')" | ||
|
||
# Install packages from github | ||
RUN Rscript install_github.R \ | ||
--packages github_package_list.tsv \ | ||
--token git_token.txt | ||
|
||
|
||
|
||
# Install the thing | ||
RUN installGithub.r FredHutch/gimap | ||
|
||
# Set final workdir for commands | ||
WORKDIR /home/rstudio |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.