Sau khi nâng cấp: ‘phiên bản’ khóa đã cho không có trong từ điển

lập trình


Xin chào,
sau khi nâng cấp hôm nay lên phiên bản Ai mới, bộ chứa docker của tôi không khởi động được với lỗi sau;

/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)

Và đây là tập tin soạn thảo của tôi:

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

Có ai có ý tưởng làm thế nào tôi có thể khắc phục điều đó?

BR
Tobias

Những gì tôi đã thử:

Triển khai lại vùng chứa, không biết cách khắc phục điều đó

Giải pháp 1

Bạn nên đặt câu hỏi của mình trong phần dành riêng Thảo luận CodeProject.AI[^] diễn đàn.

コメント

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