codeproject / CodeProject.AI-Server

CodeProject.AI Server is a self contained service that software developers can include in, and distribute with, their applications in order to augment their apps with the power of AI.
Other
574 stars 136 forks source link

Failed to create CoreCLR, HRESULT 0x80070008 #47

Closed etlweather closed 1 year ago

etlweather commented 1 year ago

Area of Concern

Describe the bug I run the docker version using the command from the documentation:

docker run --name CodeProject.AI -d -p 32168:32168 codeproject/ai-server

And I get "Failed to create CoreCLR, HRESULT 0x80070008"

Expected behavior I would expect it to actual start as covered in the documentation.

Screenshots N/A

Your System (please complete the following information):

Additional context Tried it on two computer, got same results.

ChrisMaunder commented 1 year ago

This could be to do with https://docs.linuxserver.io/faq#jammy

etlweather commented 1 year ago

That was it. Thank you!