我要评分
获取效率
正确性
完整性
易理解

Uninstalling SRA_Inference

If you do not require SRA_Inference, uninstall it. During uninstallation, ongoing service flows will be terminated. You are advised to stop the service flows before uninstalling SRA_Inference. If you use parameters that are supported by the RPM package management tool but not described in this document, undefined behaviors may be introduced. Exercise caution when performing this operation.

Uninstalling the RPM Package

  1. Run the rpm -e command to uninstall the RPM package.
    rpm -e boostkit-sra_inference
  2. Confirm that the files in the installation directory /usr/local/sra_inference/lib are all deleted.
  3. Confirm that the /etc/profile file does not contain environment variables related to /usr/local/sra_inference.

Uninstalling TensorFlow

  1. Run the pip uninstall command to uninstall TensorFlow.
    pip uninstall tensorflow
  2. Run the pip show command to check whether TensorFlow of the xxxx version has been uninstalled. xxxx indicates the version number.
    pip show tensorflow

    If the command output reads "WARNING: Package(s) not found: tensorflow", the uninstallation is successful.