Skip to content

Commit

Permalink
Merge pull request #29 from pditommaso/patch-4
Browse files Browse the repository at this point in the history
Improved docker image creation
  • Loading branch information
ewels committed Jul 4, 2018
2 parents fd54f07 + 4f4a6fc commit 916bc0a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ LABEL authors="phil.ewels@scilifelab.se" \
description="Container image containing all requirements for the nf-core/methylseq pipeline"

COPY environment.yml /
RUN conda env create -f /environment.yml && conda clean -a
ENV PATH /opt/conda/envs/nfcore-methylseq-1.1dev/bin:$PATH
RUN conda env update -n root -f /environment.yml && conda clean -a

0 comments on commit 916bc0a

Please sign in to comment.