Skip to content

Commit

Permalink
docker: update CNVkit package installed to 0.9.11
Browse files Browse the repository at this point in the history
  • Loading branch information
etal committed Apr 12, 2024
1 parent b4c8db5 commit 5c4fd71
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,11 +1,11 @@
FROM continuumio/miniconda3:23.10.0-1
MAINTAINER Eric Talevich <me+code@etal.mozmail.com>
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

Expand Down

0 comments on commit 5c4fd71

Please sign in to comment.