ubuntu_setup.sh 246 B

12345678910
  1. #!/usr/bin/env bash
  2. set -e
  3. DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
  4. # NOTE: this is used in a docker build, so do not run any scripts here.
  5. "$DIR"/install_ubuntu_dependencies.sh
  6. "$DIR"/install_python_dependencies.sh