Skip to content

Commit

Permalink
separate problem packages
Browse files Browse the repository at this point in the history
  • Loading branch information
katiesevans committed May 12, 2023
1 parent cba2fc1 commit d2dda7a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion env/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ RUN conda install -c bioconda bedtools=2.29.2
RUN conda install -c conda-forge r=3.6.0
RUN conda install -c conda-forge mscorefonts
RUN conda install -c conda-forge r-tidyverse r-data.table r-lme4 r-knitr r-markdown
RUN conda install -c r r-boot r-sommer
# RUN conda install -c r r-boot r-sommer
RUN conda install -c conda-forge r-futile.logger

RUN Rscript -e "install.packages('boot', dependencies=TRUE, repos='http://cran.us.r-project.org')"
RUN Rscript -e "install.packages('sommer', dependencies=TRUE, repos='http://cran.us.r-project.org')"


# install other tools not avalible on conda cloud
RUN apt-get --allow-releaseinfo-change update && apt-get install -y procps
Expand Down

0 comments on commit d2dda7a

Please sign in to comment.