這是本文件的舊版!


在 Alpine 3.7 安裝 AutoGPT

  • 安裝環境 : PVE 內啟動一個 CT - alpine3.7 範本建立
  • 更新與安裝 alpine 套件

    apk update && apk upgrade
    apk add git python3 py3-pip

  • 查看 python 版本是否高於 3.8

    ct-autogpt:~# python3 --version
    Python 3.10.11
    ct-autogpt:~# pip --version
    pip 22.3.1 from /usr/lib/python3.10/site-packages/pip (python 3.10)

  • 下載與安裝 AutoGPT <cli>

git clone https://github.com/Torantulino/Auto-GPT.git cd Auto-GPT pip install -r requirements.txt

  • tech/autogpt.1681621057.txt.gz
  • 上一次變更: 2023/04/16 12:57
  • jonathan