File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,11 +33,13 @@ RUN apt-get -qqy update --fix-missing && \
3333# COPY ./environment.yml /environment.yml
3434
3535RUN git clone https://github.com/KolmogorovLab/Severus
36- RUN cd Severus && conda env create --name severus_env --file /opt/Severus/environment.yml && conda clean -a && conda activate severus_env && ./severus.py
37- # RUN conda activate severus_env
38- # #RUN echo "conda activate severus_env" >> ~/.bashrc
39- # #RUN echo "/opt/Severus/severus.py" >> ~/.bashrc
40- ENV PATH="/opt/conda/envs/severus/bin:${PATH}"
36+ RUN cd Severus && conda env create --name severus_env --file /opt/Severus/environment.yml && conda clean -a
37+
38+ RUN echo "conda activate severus_env" >> ~/.bashrc
39+ RUN echo "/opt/Severus/severus.py" >> ~/.bashrc
40+ RUN source ~/.bashrc
41+
42+ ENV PATH="/opt/conda/envs/severus_env/bin:${PATH}"
4143ENV PATH="/opt/Severus/:${PATH}"
42- ENV PATH="/opt/conda/envs/severus_env/lib/"
44+ ENV PATH="/opt/conda/envs/severus_env/lib/:${PATH} "
4345ENV PATH="/opt/Severus/severus:${PATH}"
You can’t perform that action at this time.
0 commit comments