Release v2.2.0-rc1
- Update TensorFlow to
v2.2.0-rc1
. - Drop support for static build (as TensorFlow no more supports
contrib/Makefile
). - Drop
SYSTEM_PROTOBUF
CMake option. - Allow multiple C++ standards using
TARGET_CXX_STANDARD
CMake option. (thanks @jasjuang) - Simplify requirements.
- Add version numbers to Dockerfiles, e.g.,
ubuntu-cuda-2.2.0
. - Requires
bazel
>v2.0.0
.