ユーザ用ツール

サイト用ツール


サイドバー

このページの翻訳:



最近の更新



Tag Cloud

50_dialy:2023:05:30

文書の過去の版を表示しています。


2023.05.30 chatgpt-clone

ChatGPTにAPIで投げてくれる、BINGにも投げてくれる

https://github.com/danny-avila/chatgpt-clone

ERROR

古いサーバだと、CPUがAVXに対応していなくて、MongoDBが起動しない

      | WARNING: MongoDB 5.0+ requires a CPU with AVX support, and your current system does not appear to have that!
chat-mongodb      |   see https://jira.mongodb.org/browse/SERVER-54407
chat-mongodb      |   see also https://www.mongodb.com/community/forums/t/mongodb-5-0-cpu-intel-g4650-compatibility/116610/2
chat-mongodb      |   see also https://github.com/docker-library/mongo/issues/485#issuecomment-891991814

対応

もし古いサーバだったら、mongodbをバージョン4にしてあげると起動できます。

  mongodb:
    container_name: chat-mongodb
    ports:
      - 27018:27017
    image: mongo:4
50_dialy/2023/05/30.1685402702.txt.gz · 最終更新: 2023/05/30 08:25 by matsui