Skip to content

Commit 26396bc

Browse files
committed
Remove PYTHONNOUSERSITE from Dockerfile
1 parent b9beb14 commit 26396bc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,3 @@ ENV PATH /opt/conda/envs/nf-core-chipseq-1.1.0/bin:$PATH
1111

1212
# Dump the details of the installed packages to a file for posterity
1313
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

Comments
 (0)