FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit de498408 authored by L. Bower's avatar L. Bower
Browse files

updating conda path in docker image

parent b0662313
No related branches found
No related tags found
No related merge requests found
......@@ -27,9 +27,9 @@ RUN cd /usr/local/R/;./configure --with-readline=no --with-x=no;make
RUN /usr/local/R/bin/Rscript installRPackages.txt;
# Install miniconda
ENV CONDA_DIR /storage/app/conda
ENV CONDA_DIR /storage/app/EWS/envs/conda
RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda.sh
RUN /bin/bash ~/miniconda.sh -b -p /storage/app/conda/
RUN /bin/bash ~/miniconda.sh -b -p $CONDA_DIR
# Put conda in path so we can use conda activate
ENV PATH=$CONDA_DIR/bin:$PATH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment