https://github.com/williamcaban/ollama-ubi
$ ollama pull mistral
This command will run mistral at http://localhost:11434/v1
ollama run mistral
$ podman build -f Containerfile -t quay.io/rhn_support_arolivei/chat
oc apply -f manifests/02-chat-serve-deployment.yaml
oc apply -f manifests/03-chat-svc.yaml
oc apply -f manifests/04-chat-route.yaml