diff --git a/Dockerfile b/Dockerfile index f83c7d59..fc68a138 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ FROM continuumio/miniconda3:23.10.0-1 -MAINTAINER Eric Talevich +MAINTAINER Eric Talevich <52723+etal@users.noreply.github.com> # Install directly into 'base' conda environment COPY conda-env.yml ./conda-env.yml RUN conda env update -v -n base -f conda-env.yml RUN conda clean --all --verbose -RUN pip3 install cnvkit==0.9.10 --no-cache +RUN pip3 install cnvkit==0.9.11 --no-cache # Let matplotlib build its font cache RUN cnvkit.py version