Skip to content

Commit

Permalink
Downgraded docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
iquasere committed Aug 29, 2023
1 parent 9f3228e commit c764f80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM continuumio/miniconda3:23.5.2-0
FROM continuumio/miniconda3:22.11.1

RUN buildDeps='build-essential zlib1g-dev' \
&& apt-get update \
Expand All @@ -7,7 +7,7 @@ RUN buildDeps='build-essential zlib1g-dev' \
&& conda config --add channels bioconda \
&& conda config --add channels conda-forge \
&& git clone https://github.com/iquasere/reCOGnizer.git \
&& conda install -c conda-forge -y mamba=0.24.0 \
&& conda install -c conda-forge -y mamba \
&& mamba env update --file reCOGnizer/envs/environment.yml --name base \
&& bash reCOGnizer/envs/ci_build.sh \
&& conda clean --all -y \
Expand Down

0 comments on commit c764f80

Please sign in to comment.