Skip to content

Commit e9d90b3

Browse files
committed
bumps covviz version
1 parent 47470dc commit e9d90b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

+1-1
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.1.4
7+
RUN /opt/conda/envs/env/bin/pip install --no-cache-dir covviz==1.1.5

0 commit comments

Comments
 (0)