Skip to content

Commit

Permalink
Add python-opencv installation to Docker image (apache#6699)
Browse files Browse the repository at this point in the history
* Empty commit

* Add python-opencv installation
  • Loading branch information
lxn2 authored and madjam committed Jun 16, 2017
1 parent 790328f commit 02634c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/install/cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# libraries for building mxnet c++ core on ubuntu

apt-get update && apt-get install -y \
build-essential git libatlas-base-dev libopencv-dev \
build-essential git libatlas-base-dev libopencv-dev python-opencv \
libcurl4-openssl-dev libgtest-dev cmake wget unzip

cd /usr/src/gtest && cmake CMakeLists.txt && make && cp *.a /usr/lib
Empty file added emptycommit
Empty file.

0 comments on commit 02634c9

Please sign in to comment.