Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
schmucr1 authored Apr 5, 2024
1 parent 0163908 commit d991dad
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 @@ -20,7 +20,7 @@ RUN apt-get update -y && apt-get install --no-install-recommends -y \
rm -rf /var/lib/apt/lists/

# Set Bioconductor version to 3.17
RUN R -e "BiocManager::install(version = '3.17')"
RUN R -e "BiocManager::install(version = '3.17', ask = FALSE)"

# Install dependencies
RUN R -e "options(Ncpus = parallel::detectCores()); \
Expand Down

0 comments on commit d991dad

Please sign in to comment.