【解決方法】アップグレード後: 指定されたキー「バージョン」が辞書に存在しませんでした

[ad_1]

こんにちは、
今日新しい Ai バージョンにアップグレードした後、次のエラーが発生して Docker コンテナが起動できません。

<pre>/bin/bash: line 1: pstree: command not found
Unhandled exception. System.Collections.Generic.KeyNotFoundException: The given key 'version' was not present in the dictionary.
   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
   at CodeProject.AI.SDK.Common.SystemInfo.GetRuntimesAsync()
   at CodeProject.AI.SDK.Common.SystemInfo.InitializeAsync()
   at CodeProject.AI.Server.Program.Main(String[] args)
   at CodeProject.AI.Server.Program.<Main>(String[] args)

そして、これが私の作成ファイルです:

version: "3.8"
services:
  ai-server:
    image: codeproject/ai-server:rpi64
    container_name: CodeprojectAI
    privileged: true
    ports:
      - "32168:32168"
    volumes:
      - /dev/bus/usb:/dev/bus/usb
      - /data/compose/codeprojectai/data:/app/data
      - /data/compose/codeprojectai/ai:/etc/codeproject/ai
      - /data/compose/codeprojectai/modules:/app/modules
    environment:
      - TZ=Europe/Berlin
    deploy:
      resources:
        limits:
          cpus: '1.00'
          memory: 1024M

誰かそれを修正する方法を知っていますか?

BR
トビアス

私が試したこと:

コンテナを再デプロイします。他に解決方法がありません

解決策 1

専用の質問欄で質問してください コードプロジェクト.AI ディスカッション[^] フォーラム。

[ad_2]

コメント

タイトルとURLをコピーしました