Skip to content

Commit 5d4ab25

Browse files
Update Dockerfile
Update docker to last version for crisprme
1 parent 5b4a86f commit 5d4ab25

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ FROM mambaorg/micromamba
66

77
# Set the variables for version control during installation
88
ARG crispritz_version=2.6.6
9-
ARG crisprme_version=2.1.2
9+
ARG crisprme_version=2.1.4
1010

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

0 commit comments

Comments
 (0)