package-stuff/bazel-google/postinst

12 lines
142 B
Bash
Executable File

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