Skip to content

Commit

Permalink
docker: Pin version to 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
etal committed Aug 13, 2018
1 parent 420e42f commit ef30d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN apt-get install -y \
zlib1g-dev
RUN pip install -U future futures pandas pyfaidx pysam
RUN pip install hmmlearn
RUN pip install cnvkit==0.9.4
RUN pip install cnvkit==0.9.5
# Let matplotlib build its font cache
RUN cnvkit.py version

Expand Down

0 comments on commit ef30d39

Please sign in to comment.