-
Notifications
You must be signed in to change notification settings - Fork 5
Description
CodeProject.AI Server info
Server version: 2.9.7
System: Docker (79480793e2ea)
Operating System: Linux (Ubuntu 22.04 Jammy Jellyfish)
CPUs: 12th Gen Intel(R) Core(TM) i7-12700K (Intel)
1 CPU x 12 cores. 20 logical processors (x64)
System RAM: 31 GiB
Platform: Linux
BuildConfig: Release
Execution Env: Docker
Runtime Env: Production
Runtimes installed:
.NET runtime: 9.0.0
.NET SDK: Not found
Default Python: 3.10.12
Go: Not found
NodeJS: Not found
Rust: Not found
Video adapter info:
System GPU info:
GPU 3D Usage 0%
GPU RAM Usage 0
Global Environment variables:
CPAI_APPROOTPATH =
CPAI_PORT = 32168
Describe the bug
Errors on fresh install saying the make package is missing. Then when attempting to run the module it complains about the missing library.
My solution has been to run these in console after the docker build
apt-get install musl-dev -y && ln -s /usr/lib/x86_64-linux-musl/libc.so /lib/libc.musl-x86_64.so.1
To Reproduce
I'm using unraid, but i get this error when installing llamachat for the first time
Desktop (please complete the following information):
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
Additional context
Add any other context about the problem here.

