File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,13 +30,13 @@ RUN apt-get -qqy update --fix-missing && \
3030# RUN wget https://github.com/KolmogorovLab/Severus/archive/refs/tags/1.6.tar.gz && tar -zxvf 1.6.tar.gz
3131
3232
33- COPY ./environment.yml /environment.yml
33+ # COPY ./environment.yml /environment.yml
3434
3535RUN git clone https://github.com/KolmogorovLab/Severus.git
36- # RUN cd Severus
37- RUN conda env create --name severus --file /environment.yml && conda clean -a
36+ RUN cd Severus && conda env create --name severus_env --file /opt/Severus/environment.yml && conda clean -a
3837# RUN conda activate severus_env
3938RUN echo "conda activate severus" >> ~/.bashrc
4039RUN echo "/opt/Severus/severus.py" >> ~/.bashrc
4140# ENV PATH="/opt/conda/envs/severus/bin:${PATH}"
41+ # ENV PATH="/opt/Severus/:${PATH}"
4242ENV PATH="/opt/Severus/:${PATH}"
You can’t perform that action at this time.
0 commit comments