Skip to content

Commit

Permalink
bumps covviz version
Browse files Browse the repository at this point in the history
  • Loading branch information
brwnj committed Dec 4, 2019
1 parent 47470dc commit e9d90b3
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 @@ -4,4 +4,4 @@ RUN apt-get update && apt-get install -y procps
RUN conda create -n env -c conda-forge python=3.7 numpy>=1.16.2 lzstring>=1.0.4 jinja2>=2.10.1
RUN echo "source activate env" > ~/.bashrc
ENV PATH /opt/conda/envs/env/bin:$PATH
RUN /opt/conda/envs/env/bin/pip install --no-cache-dir covviz==1.1.4
RUN /opt/conda/envs/env/bin/pip install --no-cache-dir covviz==1.1.5

0 comments on commit e9d90b3

Please sign in to comment.