對於 CentOS 和 Red Hat Linux,必須安裝 Python 3。

如果您使用的是 Ubuntu,則無需執行此程序。Ubuntu 已預先安裝了 Python 3。

程序

  1. 透過執行 yum update 命令,更新所有目前已安裝的套件。
    sudo yum update
  2. 若要安裝 Python 3,請執行 dnf 命令。
    sudo dnf install python3
  3. (選擇性) 若要確認您使用的是 Python 3,請執行 python3 -V 命令。
    python3 -V
    Python 3.6.8
  4. (選擇性) 建立虛擬機器的快照。

下一步

安裝 TensorFlow、PyTorch 和 YOLO。請參閱如何在 vSphere Bitfusion 中安裝 TensorFlow 並執行 TensorFlow 基準如何在 vSphere Bitfusion 中安裝 PyTorch 並執行 YOLO 測試