From 75dc106303937a71897934428e3d1e0e96ba8d7d Mon Sep 17 00:00:00 2001 From: Robert Nishihara Date: Fri, 16 Mar 2018 11:55:59 -0700 Subject: [PATCH] Install flex and bison in autoscaler development example. (#1725) --- python/ray/autoscaler/aws/development-example.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ray/autoscaler/aws/development-example.yaml b/python/ray/autoscaler/aws/development-example.yaml index 678f8365f..662b44a20 100644 --- a/python/ray/autoscaler/aws/development-example.yaml +++ b/python/ray/autoscaler/aws/development-example.yaml @@ -87,7 +87,7 @@ setup_commands: # - sudo dpkg --configure -a # Install basics. - sudo apt-get update - - sudo apt-get install -y cmake pkg-config build-essential autoconf curl libtool unzip python + - sudo apt-get install -y cmake pkg-config build-essential autoconf curl libtool unzip flex bison python # Install Anaconda. - wget https://repo.continuum.io/archive/Anaconda3-5.0.1-Linux-x86_64.sh || true - bash Anaconda3-5.0.1-Linux-x86_64.sh -b -p $HOME/anaconda3 || true