mirror of
https://github.com/gryf/coach.git
synced 2025-12-17 11:10:20 +01:00
Update install.sh for missing AEON dependencies
AEON (nervana data loader) is being installed as part of the neon installation
This commit is contained in:
@@ -191,7 +191,7 @@ if [ ${INSTALL_NEON} -eq 1 ]; then
|
|||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
# Neon
|
# Neon
|
||||||
sudo -E apt-get install libhdf5-dev libyaml-dev pkg-config clang virtualenv -y
|
sudo -E apt-get install libhdf5-dev libyaml-dev pkg-config clang virtualenv libcurl4-openssl-dev libopencv-dev libsox-dev -y
|
||||||
git clone https://github.com/NervanaSystems/neon.git
|
git clone https://github.com/NervanaSystems/neon.git
|
||||||
cd neon && make sysinstall -j
|
cd neon && make sysinstall -j
|
||||||
cd ..
|
cd ..
|
||||||
|
|||||||
Reference in New Issue
Block a user