From 16604b11dff460ffbc3849c71106e5209aae4eb8 Mon Sep 17 00:00:00 2001 From: Gal Leibovich Date: Mon, 23 Oct 2017 11:50:41 +0300 Subject: [PATCH] Update install.sh for missing AEON dependencies AEON (nervana data loader) is being installed as part of the neon installation --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 3328467..69a485b 100755 --- a/install.sh +++ b/install.sh @@ -191,7 +191,7 @@ if [ ${INSTALL_NEON} -eq 1 ]; then cd .. # 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 cd neon && make sysinstall -j cd ..