Skip to content

Commit

Permalink
Update dna_toolbox.dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
togop authored Feb 25, 2024
1 parent 9e999d0 commit 55f12c4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions bioinformatics/dna_toolbox.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ RUN apt-get install -y curl
#RUN chmod +x Miniconda3-latest-Linux-x86_64.sh
#RUN ./Miniconda3-latest-Linux-x86_64.sh -b -p /opt/miniconda3
## start with mamba
RUN curl -L -O "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh"
RUN chmod +x Miniforge3-$(uname)-$(uname -m).sh
RUN bash Miniforge3-$(uname)-$(uname -m).sh -p /opt/miniforge3
RUN chsh -s /bin/bash
RUN curl -L "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh" -o Miniforge3-Linux-x86_64.sh
RUN chmod +x Miniforge3-Linux-x86_64.sh
RUN bash Miniforge3-$Linux-x86_64.sh -p /opt/miniforge3

RUN export PATH=/opt/miniforge3/bin:$PATH

Expand Down

0 comments on commit 55f12c4

Please sign in to comment.