Skip to content

Commit

Permalink
Dockerfile: Set other conda variables to ensure it is treated as the …
Browse files Browse the repository at this point in the history
…root environment.
  • Loading branch information
jakirkham committed Jul 14, 2015
1 parent a0db72b commit 1b47a7a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ ENV SGE_CONFIG_DIR=/usr/share/gridengine \
ADD miniconda /usr/share/miniconda
RUN /usr/share/miniconda/install_miniconda.sh

ENV PATH=/opt/conda/bin:$PATH
ENV PATH=/opt/conda/bin:$PATH \
CONDA_DEFAULT_ENV=root \
CONDA_ENV_PATH=/opt/conda

ADD docker /usr/share/docker

Expand Down

0 comments on commit 1b47a7a

Please sign in to comment.