Skip to content
Snippets Groups Projects
Commit 3166c450 authored by Arnaud Duvermy's avatar Arnaud Duvermy
Browse files

add dockerfile v2.0.6

Former-commit-id: fee458ba313c594ccaf0a1f83d8988fc9bf395eb
Former-commit-id: b16f7d63084dbf923ca52954c6546183d7496439
Former-commit-id: b903741c1b3ab653b91e046c1e08977f2d996360
parent 013f807b
No related branches found
No related tags found
No related merge requests found
539839f9507e37657c032662e06a7f20ba2814e3
\ No newline at end of file
FROM rocker/r-base:4.3.1
RUN apt-get -y update && \
apt-get -y install cmake libxml2-dev libcurl4-gnutls-dev
COPY HTRfit_2.0.6.tar.gz /HTRfit_2.0.6.tar.gz
RUN R -e "install.packages(c('parallel', 'data.table', 'ggplot2', 'gridExtra', 'glmmTMB', 'magrittr', 'MASS', 'reshape2', 'rlang', 'stats', 'utils', 'BiocManager', 'car'))"
RUN R -e "BiocManager::install('S4Vectors', update = FALSE)"
RUN R -e "BiocManager::install('DESeq2', update = FALSE)"
RUN R -e "install.packages('/HTRfit_2.0.6.tar.gz', repos = NULL, type='source')"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment