Verified Environments
Hardware Requirements
Table 1 describes the verified hardware environment.
OS Requirements
Table 2 describes the verified OSs.
Software Requirements
Table 3 describes the verified software environment.
Item |
Version |
Description |
How to Obtain |
|---|---|---|---|
Python |
3.9.9 |
Python is an auxiliary tool used during the build of TF Serving. It is used to automatically download dependencies and configure the environment. |
Install it using a Yum repository. |
CMake |
3.22.0 |
CMake is the build tool of TF Serving. The CMake version must be 3.22.0 or later. |
Install it using a Yum repository. |
GCC/G++ |
12.3.1 |
GNU Compiler Collection (GCC) serves as the compiler for building TF Serving into an executable file. |
Install it using a Yum repository. |
Bazel |
6.5.0 |
Bazel is a powerful build system that enables fast and scalable building. The Bazel version must be 6.4.0 or later. |