From 445035e89586fac7b1ca85352dc9c388f695519f Mon Sep 17 00:00:00 2001 From: Sheng Zha Date: Thu, 13 Aug 2020 16:48:52 -0700 Subject: [PATCH] fix build --- ci/docker/install/ubuntu_python.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/docker/install/ubuntu_python.sh b/ci/docker/install/ubuntu_python.sh index 6234aac12283..7defbc4f4b47 100755 --- a/ci/docker/install/ubuntu_python.sh +++ b/ci/docker/install/ubuntu_python.sh @@ -24,7 +24,7 @@ set -ex # install libraries for mxnet's python package on ubuntu apt-get update || true apt-get install -y python-dev python3-dev virtualenv wget -apt-get install -y libprotobuf-dev protobuf-compiler +apt-get install -y libprotobuf-dev protobuf-compiler python3-opencv # the version of the pip shipped with ubuntu may be too lower, install a recent version here wget -nv https://bootstrap.pypa.io/get-pip.py