We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ba1123 commit efecb00Copy full SHA for efecb00
3rdparty/caffe/install_caffe_if_cuda8.sh
@@ -57,7 +57,7 @@ sudo apt-get --assume-yes install --no-install-recommends libboost-all-dev
57
sudo apt-get --assume-yes install libgflags-dev libgoogle-glog-dev liblmdb-dev
58
# fi
59
# Python libs
60
-sudo -h pip install numpy protobuf
+sudo -H pip install --upgrade numpy protobuf
61
# OpenCV 2.4
62
# sudo apt-get --assume-yes install libopencv-dev
63
exitIfError
0 commit comments