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

fix conda for hicstuff

parent d58b43e4
Branches
No related tags found
No related merge requests found
...@@ -7,7 +7,8 @@ COPY hicstuff/* ./ /app/ ...@@ -7,7 +7,8 @@ COPY hicstuff/* ./ /app/
RUN apt-get update && apt-get install -y procps bash RUN apt-get update && apt-get install -y procps bash
RUN apt update && apt install -y procps 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 r \
&& conda config --add channels defaults \ && conda config --add channels defaults \
&& conda config --add channels conda-forge \ && conda config --add channels conda-forge \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment