getumbrel / llama-gpt

A self-hosted, offline, ChatGPT-like chatbot. Powered by Llama 2. 100% private, with no data leaving your device. New: Code Llama support!
https://apps.umbrel.com/app/llama-gpt
MIT License
10.53k stars 666 forks source link

Update README.md to include OCP instructions #140

Open pfeifferj opened 6 months ago

pfeifferj commented 6 months ago

The default kubernetes deployment will fail on OpenShift with the following error

PermissionError: [Errno 13] Permission denied: '_cmake_test_compile'

The privileged security context constraint needs to be assigned to the namespace service account

pfeifferj commented 6 months ago

/cc @mayankchhabra