Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
szha committed Aug 14, 2020
1 parent 6defdaa commit a852067
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/docker/install/ubuntu_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ 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 libopencv-dev

# 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
python3 get-pip.py
pip3 install -r /work/requirements
pip3 install opencv-python

0 comments on commit a852067

Please sign in to comment.