Skip to content
Snippets Groups Projects
Unverified Commit b5153dab authored by Nicolas Servant's avatar Nicolas Servant Committed by GitHub
Browse files

Merge pull request #10 from nservant/dev

Dev
parents 4196c902 5d9234f5
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,9 @@ FROM nfcore/base
LABEL authors="Nicolas Servant" \
description="Docker image containing all requirements for nf-core/hic pipeline"
## Install gcc for pip iced install
RUN apt-get update && apt-get install -y gcc g++ && apt-get clean -y
COPY environment.yml /
RUN conda env create -f /environment.yml && conda clean -a
ENV PATH /opt/conda/envs/nf-core-hic-1.0dev/bin:$PATH
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