Updated on 2022-07-26 GMT+08:00

Preparing Tools for the Data Construction

  1. Remotely log in to the ECS.
  2. Run the following command to install git:

    yum install git

  3. Run the following commands to install gcc:

    yum install gcc