Configuring the Compilation Environment
- Configuration Description
Configure the compilation environment in advance to ensure successful compilation and installation. Perform the configuration operations following the correct sequence. Some operations are required only in specific scenarios. - Configuring a Network Proxy
If you cannot directly access the Internet, configure a network proxy temporarily or permanently. A permanent network proxy may cause password leakage because all users in the environment can obtain the password. Therefore, you are advised to configure a temporary network proxy. You can also select the proxy mode that better suits your requirements. - Installing CMake
This section describes how to install CMake using the Yum repository. After the installation is complete, check whether the installed software version is the correct one. - Installing System Dependencies
Use Yum repositories to install the base software on which the system depends, including GCC/G++ and Python. - Installing Bazel
Bazel is a fast and scalable build tool. Before compiling TF-Serving, install Bazel. - Installing TritonServer SDK
This section describes how to install Docker using the Yum repository, and then use Docker to pull the TritonServer SDK image and install it.