#!/bin/sh -x
apt update
set +x
echo
echo Installing the default version of bazel needed for tensorflow
set -x
apt install bazel-5.3.0