Skip to content

Commit efecb00

Browse files
ps2gineshidalgo99
authored andcommitted
Fix pip command (#169)
1 parent 1ba1123 commit efecb00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

3rdparty/caffe/install_caffe_if_cuda8.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ sudo apt-get --assume-yes install --no-install-recommends libboost-all-dev
5757
sudo apt-get --assume-yes install libgflags-dev libgoogle-glog-dev liblmdb-dev
5858
# fi
5959
# Python libs
60-
sudo -h pip install numpy protobuf
60+
sudo -H pip install --upgrade numpy protobuf
6161
# OpenCV 2.4
6262
# sudo apt-get --assume-yes install libopencv-dev
6363
exitIfError

0 commit comments

Comments
 (0)