Skip to content
Snippets Groups Projects
Verified Commit ba6be88e authored by Laurent Modolo's avatar Laurent Modolo
Browse files

Dockerfile: update to v0.0.8

parent b156ab32
Branches
Tags v0.0.8
No related merge requests found
FROM rocker/tidyverse
RUN R -e 'remotes::install_git("https://gitbio.ens-lyon.fr/LBMC/Delattre/kmerclust")' \
&& R -e 'remotes::install_github("tidyverse/vroom")'
RUN R -e 'remotes::install_git("https://gitbio.ens-lyon.fr/LBMC/Delattre/kmerclust", ref="v0.0.8")' \
&& R -e 'remotes::install_github("tidyverse/vroom")'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment