Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Update docker to last version for crisprme
  • Loading branch information
samuelecancellieri authored May 22, 2024
1 parent 5b4a86f commit 5d4ab25
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
Expand Up @@ -6,7 +6,7 @@ FROM mambaorg/micromamba

# Set the variables for version control during installation
ARG crispritz_version=2.6.6
ARG crisprme_version=2.1.2
ARG crisprme_version=2.1.4

# set the shell to bash
ENV SHELL bash
Expand All @@ -22,4 +22,4 @@ RUN apt upgrade -y
# Install crispritz & crisprme packages
RUN micromamba install -y -n base -c conda-forge -c bioconda python=3.9 crispritz=$crispritz_version crisprme=$crisprme_version && micromamba clean --all --yes
# Start the base environment
ARG MAMBA_DOCKERFILE_ACTIVATE=1
ARG MAMBA_DOCKERFILE_ACTIVATE=1

0 comments on commit 5d4ab25

Please sign in to comment.