Skip to content
Snippets Groups Projects
Verified Commit 41a16136 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

Merge remote-tracking branch 'origin/master'

parents 29a44149 90f74bd7
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,8 @@ COPY hicstuff/* ./ /app/
RUN apt-get update && apt-get install -y procps bash
RUN apt update && apt install -y procps
RUN conda init \
RUN conda update -y -n base -c defaults conda \
&& conda init \
&& conda config --add channels r \
&& conda config --add channels defaults \
&& conda config --add channels conda-forge \
......@@ -34,4 +35,4 @@ RUN conda install -c conda-forge -y \
&& chmod -R +x /usr/local/lib/python3.10/lib-dynload/ \
&& echo "conda activate hicstuff" >> /root/.bashrc
ENV PATH /usr/local/envs/hicstuff/bin:/usr/local/condabin:$PATH
\ No newline at end of file
ENV PATH /usr/local/envs/hicstuff/bin:/usr/local/condabin:$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