Skip to content

Commit 1b47a7a

Browse files
committed
Dockerfile: Set other conda variables to ensure it is treated as the root environment.
1 parent a0db72b commit 1b47a7a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ ENV SGE_CONFIG_DIR=/usr/share/gridengine \
1515
ADD miniconda /usr/share/miniconda
1616
RUN /usr/share/miniconda/install_miniconda.sh
1717

18-
ENV PATH=/opt/conda/bin:$PATH
18+
ENV PATH=/opt/conda/bin:$PATH \
19+
CONDA_DEFAULT_ENV=root \
20+
CONDA_ENV_PATH=/opt/conda
1921

2022
ADD docker /usr/share/docker
2123

0 commit comments

Comments
 (0)