Skip to content

Commit 363ee75

Browse files
authored
Merge pull request #1103 from oesteban/enh/python-nouserenv
[ENH] Set ``PYTHONNOUSERSITE`` in containers
2 parents 235e1b1 + e8c6cfb commit 363ee75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ RUN curl -sSLO https://repo.continuum.io/miniconda/Miniconda3-4.3.11-Linux-x86_6
102102

103103
ENV PATH=/usr/local/miniconda/bin:$PATH \
104104
LANG=C.UTF-8 \
105-
LC_ALL=C.UTF-8
105+
LC_ALL=C.UTF-8 \
106+
PYTHONNOUSERSITE=1
106107

107108
# Installing precomputed python packages
108109
RUN conda install -y mkl=2017.0.1 mkl-service; sync &&\

0 commit comments

Comments
 (0)