[ad_1]
你好,
今天升级到新的 Ai 版本后,我的 docker 容器无法启动并出现以下错误;
/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
您应该在专门的问题中提出您的问题 CodeProject.AI 讨论[^] 论坛。
[ad_2]
コメント