| version: v1.0 | |
| application: | |
| type: language | |
| name: ChatBot_Java_Quarkus | |
| description: Chatbot sample based on Quarkus | |
| containers: | |
| - name: llamacpp-server | |
| contextdir: ../../../model_servers/llamacpp_python | |
| containerfile: ./base/Containerfile | |
| model-service: true | |
| backend: | |
| - llama-cpp | |
| arch: | |
| - arm64 | |
| - amd64 | |
| ports: | |
| - 8001 | |
| image: quay.io/ai-lab/llamacpp_python:latest | |
| - name: quarkus-chat-app | |
| contextdir: app | |
| containerfile: Containerfile | |
| arch: | |
| - arm64 | |
| - amd64 | |
| ports: | |
| - 8080 |