Skip to content

Commit fc4fca0

Browse files
author
Joe Brown
committed
changes covviz package versioning
1 parent 1dfcc63 commit fc4fca0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ RUN apt-get update && apt-get install -y procps
44
RUN conda create -n env -c conda-forge python=3.7 numpy>=1.16.2 lzstring>=1.0.4 jinja2>=2.10.1
55
RUN echo "source activate env" > ~/.bashrc
66
ENV PATH /opt/conda/envs/env/bin:$PATH
7-
RUN /opt/conda/envs/env/bin/pip install --no-cache-dir covviz==1.0.5
7+
RUN /opt/conda/envs/env/bin/pip install --no-cache-dir covviz

0 commit comments

Comments
 (0)