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.
- Log in to the server where MindCluster Ascend Deployer is to be installed as the root user.
- Install the software package.
pip3 install ascend-deployer=={version}{version} indicates the software package version. The latest version is recommended.
- 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
- Download MindCluster Ascend Deployer. (The latest ZIP package is recommended)
- Log in to the server where MindCluster Ascend Deployer is to be installed as the root user.
- Upload the ZIP package to the $HOME directory of the target device (Linux).
- Decompress the ZIP package. Example:
unzip ascend-deployer-{version}.zip
Follow-up Procedure
Parent topic: Downloading MindCluster Ascend Deployer