Uninstalling the Ascend Docker Runtime

If you do not need to use the Ascend Docker Runtime any more, use either of the following methods to uninstall it:

Method 1: Uninstalling the software package

  1. Go to the path where the installation package (.run package) is stored.
    cd <path to run package>
  2. Run the following command to uninstall the Ascend Docker Runtime:
    ./Ascend-docker-runtime_{version}_linux-{arch}.run --uninstall

Method 2: Using a script

  1. Go to the script directory in the Ascend Docker installation path. The default installation path is /usr/local/Ascend/Ascend-Docker-Runtime.
    cd /usr/local/Ascend/Ascend-Docker-Runtime/script
  2. Run the uninstallation script to uninstall the component.
    ./uninstall.sh
  3. Run the following command to use the default runc:
    systemctl daemon-reload && systemctl restart docker