This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ifconfig peth0 down | |
ip link set peth0 name eth0 | |
ifconfig eth0 up |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#read and understand installation procedure | |
#do suitable modification to Makefile.config for caffe | |
#CPU only installation | |
sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) main universe restricted multiverse" | |
sudo apt-get update | |
sudo apt-get -y install build-essential cmake libtbb-dev git curl python-pycurl | |
sudo apt-get -y install libboost-python-dev |