Skip to content

Commit 960d3b5

Browse files
committed
Update dockerfile forl inting
1 parent ba15eb5 commit 960d3b5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
FROM nfcore/base:1.7
1+
FROM nfcore/base:1.8
22

33
LABEL description="Docker image containing all requirements for nf-core/eager pipeline"
44
COPY environment.yml /
55
RUN conda env create -f /environment.yml && conda clean -a
6+
RUN conda env export --name nf-core-eager-2.1.0dev > nf-core-eager-2.1.0dev.yml
67
ENV PATH /opt/conda/envs/nf-core-eager-2.1.0dev/bin:$PATH

0 commit comments

Comments
 (0)