Skip to content

Commit

Permalink
Speed up Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Adafede committed Aug 23, 2024
1 parent 70116e3 commit 343d1c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ WORKDIR /home/tima-user

# Install R dependencies
# RUN Rscript -e "devtools::install_github('taxonomicallyinformedannotation/tima')"
RUN Rscript -e "install.packages('tima', repos = c('https://taxonomicallyinformedannotation.r-universe.dev', 'https://cloud.r-project.org'))"
RUN Rscript -e "install.packages('tima', repos = c('https://taxonomicallyinformedannotation.r-universe.dev', 'https://bioc.r-universe.dev', 'https://cran.r-universe.dev'))"

# Additional install
RUN Rscript -e "tima::install()"
Expand Down

0 comments on commit 343d1c8

Please sign in to comment.