We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9beb14 commit 26396bcCopy full SHA for 26396bc
Dockerfile
@@ -11,6 +11,3 @@ ENV PATH /opt/conda/envs/nf-core-chipseq-1.1.0/bin:$PATH
11
12
# Dump the details of the installed packages to a file for posterity
13
RUN conda env export --name nf-core-chipseq-1.1.0 > nf-core-chipseq-1.1.0.yml
14
-
15
-# Prevent Python from loading packages from outside the container
16
-ENV PYTHONNOUSERSITE=1
0 commit comments