Skip to content

Commit 473abea

Browse files
committed
severus change severus path
1 parent c494a72 commit 473abea

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

severus/1.6/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

3535
RUN 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
3938
RUN echo "conda activate severus" >> ~/.bashrc
4039
RUN echo "/opt/Severus/severus.py" >> ~/.bashrc
4140
#ENV PATH="/opt/conda/envs/severus/bin:${PATH}"
41+
#ENV PATH="/opt/Severus/:${PATH}"
4242
ENV PATH="/opt/Severus/:${PATH}"

0 commit comments

Comments
 (0)