Online Download

If the external network can be connected onsite, you can download MindCluster Ascend Deployer on a server. The following two methods are supported:

Installed Using pip

Before the installation, ensure that the Python version in the environment is 3.6 or later and pip3 has been installed.

  1. Log in to the server where MindCluster Ascend Deployer is to be installed as the root user.
  2. Install the software package.
    pip3 install ascend-deployer=={version}

    {version} indicates the software package version. The latest version is recommended.

  3. Complete the initialization. After that, the ascend-deployer directory is automatically generated in the $HOME/ascend-deployer path.
    ascend-deployer -h

Downloading and Decompressing the ZIP Package

  1. Download MindCluster Ascend Deployer. (The latest ZIP package is recommended)
  2. Log in to the server where MindCluster Ascend Deployer is to be installed as the root user.
  3. Upload the ZIP package to the $HOME directory of the target device (Linux).
  4. Decompress the ZIP package. Example:
    unzip ascend-deployer-{version}.zip

Follow-up Procedure

Downloading software