Install flex and bison in autoscaler development example. (#1725)

This commit is contained in:
Robert Nishihara
2018-03-16 11:55:59 -07:00
committed by Philipp Moritz
parent 96913be939
commit 75dc106303
@@ -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