Skip to content

Commit

Permalink
latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Adafede committed Aug 23, 2024
1 parent e7578ca commit e13b040
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

env:
DOCKER_SERVICE: tima-full
REGISTRY_IMAGE: adafede/tima-r
REGISTRY_IMAGE: adafede/tima-r:latest

jobs:
build-amd64:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ USER tima-user
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://bioc.r-universe.dev', 'https://cran.r-universe.dev'))"
RUN Rscript -e "devtools::install_github('taxonomicallyinformedannotation/tima')"
# 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 e13b040

Please sign in to comment.