1
0
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:
Gal Leibovich
2017-10-23 11:50:41 +03:00
committed by GitHub
parent a1656c2ae6
commit 16604b11df

View File

@@ -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 ..