Skip to content

Commit 636b8ef

Browse files
ReeceHoffmannigboyes
authored andcommitted
fix: install specific version of iimi based on git hash
1 parent 727a8bd commit 636b8ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN R -e "install.packages('BiocManager')"
3333
RUN R -e "BiocManager::install()"
3434
RUN R -e "BiocManager::install(c('Biostrings', 'Rsamtools', 'GenomicAlignments'))"
3535
RUN R -e "install.packages(c('data.table', 'dplyr', 'mltools', 'randomForest', 'xgboost', 'knitr', 'remotes', 'MTPS', 'R.utils'))"
36-
RUN R -e "remotes::install_github('virtool/iimi')"
36+
RUN R -e "remotes::install_github('virtool/iimi', ref='1bfac4d429a72e01a6899a288cb6d6a511fb303c')"
3737

3838
FROM python:3.12.3-bookworm as base
3939
WORKDIR /app

0 commit comments

Comments
 (0)